Skip to content

Commit

Permalink
Have also unicorn/prefer-node-remove be a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Apr 5, 2019
1 parent 81c9321 commit 1797db3
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 @@ -41,6 +41,7 @@ config.rules = Object.assign({}, config.rules, {
'unicorn/prefer-add-event-listener': 1,
'unicorn/prefer-spread': 1,
'unicorn/prefer-node-append': 1,
'unicorn/prefer-node-remove': 1,
'unicorn/prefer-includes': 1,
'unicorn/prevent-abbreviations': 0,
'compat/compat': 'error'
Expand Down

0 comments on commit 1797db3

Please sign in to comment.