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 337762c commit d58bb94Copy full SHA for d58bb94
.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": [1, 80, 4, {"ignoreComments": true, "ignoreUrls": true}],
+ "max-len": 0,
15
"no-param-reassign": 0,
16
"quote-props": 0,
17
"wrap-iife": [2, "inside"],
0 commit comments