diff options
| author | Henry Jameson <me@hjkos.com> | 2019-04-10 22:09:39 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-04-10 22:09:39 +0300 |
| commit | 35fb4ac40e2a2d4e6c264ffe0c7a912c688745d7 (patch) | |
| tree | f39005ed8ce8d02d4c0c7a0c5bc7fe33aacaa570 /.eslintrc.js | |
| parent | b1eea5d830821d2ccb864899cf072f441b23a22b (diff) | |
more rules
Diffstat (limited to '.eslintrc.js')
| -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 } } |
