Global strict mode for rules and Node tests

This commit is contained in:
Tim Schaub
2016-08-08 09:56:00 -06:00
parent 3a1bbc4248
commit 7ea7610892
9 changed files with 20 additions and 0 deletions

View File

@@ -2,5 +2,8 @@
"env": {
"es6": true,
"mocha": true
},
"rules": {
"strict": [2, "global"]
}
}