Skip to content

Commit

Permalink
Add no-import-assign rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 25, 2019
1 parent 74e6aff commit 58f9da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = {
// ],
'no-extra-semi': 'error',
'no-func-assign': 'error',
'no-import-assign': 'error',
'no-inner-declarations': 'error',
'no-invalid-regexp': 'error',
'no-irregular-whitespace': 'error',
Expand Down

0 comments on commit 58f9da9

Please sign in to comment.