summaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index a07802144e..ac9660d8c7 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -25,14 +25,15 @@ globals:
Vue: false
rules:
+ arrow-body-style: [0]
camelcase: [0]
comma-dangle: [2, only-multiline]
consistent-return: [0]
default-case: [0]
func-names: [0]
+ import/extensions: [0]
max-len: [0]
newline-per-chained-call: [0]
- arrow-body-style: [0]
no-alert: [0]
no-continue: [0]
no-mixed-operators: [0]