summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 0a9f3c90..364f82a9 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -6,7 +6,7 @@
"browser": true
},
"parserOptions": {
- "ecmaVersion": 6,
+ "ecmaVersion": 2017,
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true
@@ -14,7 +14,7 @@
},
"rules": {
"strict": 0,
- "no-undef": 2,
+ "no-undef": 0,
"accessor-pairs": 2,
"comma-dangle": [2, "always-multiline"],
"consistent-return": 2,
@@ -100,7 +100,9 @@
"Attachments": true,
"Boards": true,
"CardComments": true,
+ "DatePicker" : true,
"Cards": true,
+ "CustomFields": true,
"Lists": true,
"UnsavedEditCollection": true,
"Users": true,
@@ -119,7 +121,8 @@
"allowIsBoardAdmin": true,
"allowIsBoardMember": true,
"allowIsBoardMemberByCard": true,
- "allowIsBoardMemberNonComment": true,
+ "allowIsBoardMemberCommentOnly": true,
+ "allowIsBoardMemberNoComments": true,
"Emoji": true,
"Checklists": true,
"Settings": true,
@@ -132,6 +135,7 @@
"Announcements": true,
"Swimlanes": true,
"ChecklistItems": true,
+ "Subtasks": true,
"Npm": true
}
}