We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66df993 commit c78d2f4Copy full SHA for c78d2f4
1 file changed
.eslintrc.json
@@ -46,7 +46,7 @@
46
"consistent-this": "error",
47
"curly": "error",
48
"default-case": "error",
49
- "dot-location": "error",
+ "dot-location": "off",
50
"dot-notation": "error",
51
"eol-last": "error",
52
"eqeqeq": "error",
@@ -270,7 +270,7 @@
270
],
271
"valid-jsdoc": "error",
272
"vars-on-top": "off",
273
- "wrap-iife": "error",
+ "wrap-iife": "off",
274
"wrap-regex": "error",
275
"yield-star-spacing": "error",
276
"yoda": [
0 commit comments