eslint rule

This commit is contained in:
antelle 2017-02-05 13:11:24 +01:00
parent 41c40bc86e
commit dd0e69c094
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
"object-property-newline": "off",
"no-useless-escape": "off",
"no-var": "error",
"prefer-const": "error"
"prefer-const": "error",
"no-unused-expressions": "error"
},
"globals": {
"_": true,