diff --git a/.eslintrc b/.eslintrc index 3b1360e..9e0e0b0 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,3 +1,6 @@ { - "extends": "think" + "extends": "think", + "rules": { + "camelcase": "off" + } } \ No newline at end of file