Skip to content

Commit

Permalink
Remove superfluous xo rules
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 26, 2019
1 parent 9f9549f commit 812d039
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -53,10 +53,14 @@
"prettier": true,
"esnext": false,
"rules": {
"import/no-unassigned-import": "off",
"unicorn/prefer-type-error": "off",
"unicorn/escape-case": "off",
"eqeqeq": "off",
"eqeqeq": [
"error",
"always",
{
"null": "ignore"
}
],
"guard-for-in": "off",
"max-depth": "off",
"complexity": "off",
Expand Down

0 comments on commit 812d039

Please sign in to comment.