summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorJustin Reynolds <justinr1234@gmail.com>2019-06-28 12:52:09 -0500
committerJustin Reynolds <justinr1234@gmail.com>2019-06-28 12:56:51 -0500
commit3eb4d2c341b712268bd321173909e0a7b19a88c9 (patch)
tree25a8fcb088f3984e72a5bd3ded9e6a45376e0693 /.eslintrc.json
parenta0a482aa8efb3255a523de4524c8e09453d5571f (diff)
downloadwekan-3eb4d2c341b712268bd321173909e0a7b19a88c9.tar.gz
wekan-3eb4d2c341b712268bd321173909e0a7b19a88c9.tar.bz2
wekan-3eb4d2c341b712268bd321173909e0a7b19a88c9.zip
Prettier & eslint project style update
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index c6d68748..ca29e181 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -12,11 +12,8 @@
"meteor": true
},
"parserOptions": {
- "ecmaVersion": 2017,
- "sourceType": "module",
- "ecmaFeatures": {
- "experimentalObjectRestSpread": true
- }
+ "ecmaVersion": 2018,
+ "sourceType": "module"
},
"rules": {
"strict": 0,
@@ -26,7 +23,7 @@
"consistent-return": 2,
"dot-notation": 2,
"eqeqeq": 2,
- "indent": [2, 2],
+ "indent": 0,
"no-cond-assign": 2,
"no-constant-condition": 2,
"no-eval": 2,
@@ -50,7 +47,6 @@
"quotes": [2, "single"],
"semi-spacing": 2,
"space-unary-ops": 2,
- "arrow-parens": 2,
"arrow-spacing": 2,
"no-class-assign": 2,
"no-dupe-class-members": 2,
@@ -69,7 +65,8 @@
"singleQuote": true,
"trailingComma": "all"
}
- ]
+ ],
+ "meteor/no-session": 0
},
"settings": {
"import/resolver": {