Skip to content

Commit

Permalink
Update xo/eslint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Mar 10, 2020
1 parent 7dcc441 commit c66fab9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test/fixtures/

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@
"mocha"
],
"rules": {
"import/no-dynamic-require": "off"
"import/no-dynamic-require": "off",
"prefer-spread": "off",
"padding-line-between-statements": "off",
"unicorn/no-hex-escape": "off",
"unicorn/prefer-reflect-apply": "off"
}
}
}

0 comments on commit c66fab9

Please sign in to comment.