Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Remove strict mode rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Uku Pattak committed Nov 10, 2016
1 parent e8b1b08 commit a0dd08e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ const bestPracticeRules = {
"radix": 2,
};

const strictModeRules = {
"strict": 2,
};

const variablesRules = {
"no-delete-var": 2,

Expand Down Expand Up @@ -228,7 +224,6 @@ module.exports = {
{},
possibleErrorRules,
bestPracticeRules,
strictModeRules,
variablesRules,
styleRules,
es6Rules,
Expand Down

0 comments on commit a0dd08e

Please sign in to comment.