diff options
| -rw-r--r-- | .eslintrc.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 489496da..8c95cfb9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -38,6 +38,9 @@ module.exports = { 'no-return-await': 1, 'no-multi-spaces': 1, 'no-trailing-spaces': 1, + 'no-unused-expressions': 1, + 'no-mixed-operators': 1, + 'camelcase': 1, 'no-multiple-empty-lines': 1 } } |
