summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 4808d873..5fa05a38 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -51,7 +51,9 @@
"object-shorthand": 2,
"prefer-const": 2,
"prefer-spread": 2,
- "prefer-template": 2
+ "prefer-template": 2,
+ "no-console": 0,
+ "no-unused-vars" : "warn"
},
"globals": {
"Meteor": false,
@@ -118,7 +120,13 @@
"allowIsBoardAdmin": true,
"allowIsBoardMember": true,
"allowIsBoardMemberByCard": true,
+ "allowIsBoardMemberNonComment": true,
"Emoji": true,
- "Checklists": true
+ "Checklists": true,
+ "Settings": true,
+ "InvitationCodes": true,
+ "Winston":true,
+ "JsonRoutes": true,
+ "Authentication": true
}
}