eslit disable false positives and camelcase requirement
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
"arrow-spacing": ["error", { "before": true, "after": true }],
|
"arrow-spacing": ["error", { "before": true, "after": true }],
|
||||||
"block-spacing": ["error", "always"],
|
"block-spacing": ["error", "always"],
|
||||||
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
|
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
|
||||||
"camelcase": ["error", { "properties": "never" }],
|
"camelcase": ["off", { "properties": "never" }],
|
||||||
"comma-dangle": ["error", {
|
"comma-dangle": ["error", {
|
||||||
"arrays": "never",
|
"arrays": "never",
|
||||||
"objects": "never",
|
"objects": "never",
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
"no-this-before-super": "error",
|
"no-this-before-super": "error",
|
||||||
"no-throw-literal": "error",
|
"no-throw-literal": "error",
|
||||||
"no-trailing-spaces": "error",
|
"no-trailing-spaces": "error",
|
||||||
"no-undef": "error",
|
"no-undef": "off",
|
||||||
"no-undef-init": "error",
|
"no-undef-init": "error",
|
||||||
"no-unexpected-multiline": "error",
|
"no-unexpected-multiline": "error",
|
||||||
"no-unmodified-loop-condition": "error",
|
"no-unmodified-loop-condition": "error",
|
||||||
|
|||||||
Reference in New Issue
Block a user