diff --git a/eslintrc.json b/eslintrc.json index 77cff87..8513d11 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -26,6 +26,11 @@ }, "requireReturn": false } - ] + ], + "camelcase": 2, + "max-len": [2, 120, 4, { + "ignoreComments": true, + "ignoreUrls": true + }] } }