Skip to content

Commit

Permalink
feat: add strict rule
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Sep 5, 2016
1 parent 69b0458 commit 525a9cf
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 @@ -31,6 +31,7 @@ module.exports = {
'space-in-parens': ['error', 'never'],
'space-infix-ops': 'error',
'space-unary-ops': 'error',
'strict': ['error', 'global'],
'no-only-tests/no-only-tests': 'error'
}
};

0 comments on commit 525a9cf

Please sign in to comment.