Skip to content

Commit

Permalink
remove deprecated rules (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
segayuu authored and NoahDragon committed Apr 13, 2018
1 parent 1780828 commit 4ba6fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.js
Expand Up @@ -19,7 +19,6 @@ module.exports = {
'no-loop-func': 'error',
'no-multi-spaces': 'error',
'no-multi-str': 'error',
'no-native-reassign': 'error',
'no-new-wrappers': 'error',
'no-redeclare': 'error',
'no-return-assign': 'error',
Expand Down Expand Up @@ -74,7 +73,7 @@ module.exports = {
before: false,
after: true
}],
'no-spaced-func': 'error',
'func-call-spacing': 'error',
'space-before-function-paren': ['error', 'never'],
'space-in-parens': ['error', 'never'],
'comma-dangle': ['error', 'never'],
Expand Down

0 comments on commit 4ba6fb5

Please sign in to comment.