Skip to content

Commit

Permalink
Merge pull request #20 from Automattic/add/no-unsafe-negation
Browse files Browse the repository at this point in the history
Add no-unsafe-negation rule
  • Loading branch information
nickdaugherty committed Jan 7, 2019
2 parents c6a87a6 + e160e62 commit bc68513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -52,6 +52,9 @@ module.exports = {
'no-duplicate-imports': [
'warn',
],
'no-unsafe-negation': [
'error',
],
'max-len': [
'warn',
{
Expand Down

0 comments on commit bc68513

Please sign in to comment.