We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58bb94 commit 4b2c29aCopy full SHA for 4b2c29a
.eslintrc
@@ -11,7 +11,7 @@
11
"vars-on-top": 0,
12
"no-use-before-define": 0,
13
"space-before-function-paren": 0,
14
- "max-len": 0,
+ "max-len": [1, 120, 2, {"ignoreComments": true, "ignoreUrls": true}],
15
"no-param-reassign": 0,
16
"quote-props": 0,
17
"wrap-iife": [2, "inside"],
0 commit comments