Skip to content

Commit

Permalink
Remove validate-conditionals rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel authored Jan 19, 2018
1 parent beb21ac commit 172c6f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ module.exports = {
"no-var": "error",
"new-cap": ["error", {"newIsCap": true, "capIsNew: false}],
"padded-blocks": ["error", "never"],
"strict": ["error", "global"],
"validate-conditionals": "error"
"strict": ["error", "global"]
*/
}
};

0 comments on commit 172c6f4

Please sign in to comment.