Skip to content

Commit

Permalink
style: eslint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed Jun 8, 2020
1 parent d992105 commit bd8ac6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ module.exports = {
"prefer-const": "error",
"prefer-template": "error",
"sort-vars": "error",
"unicorn/no-fn-reference-in-iterator": "off",
"unicorn/no-null": "off",
"unicorn/no-reduce": "off",
"unicorn/prefer-set-has": "off",
"unicorn/prevent-abbreviations": "off",
yoda: ["error", "never", { exceptRange: true }],
Expand Down
2 changes: 0 additions & 2 deletions src/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ module.exports = {
"no-await-in-loop": "error",
"prefer-template": "error",
"sort-vars": "error",
"unicorn/no-fn-reference-in-iterator": "off",
"unicorn/no-null": "off",
"unicorn/no-reduce": "off",
"unicorn/prefer-set-has": "off",
"unicorn/prevent-abbreviations": "off",
yoda: ["error", "never", { exceptRange: true }],
Expand Down

0 comments on commit bd8ac6e

Please sign in to comment.