Skip to content

Commit

Permalink
Minor ESLint rules cleanup (#32904)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jan 28, 2021
1 parent e06ffa2 commit a56bf1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"error",
"always"
],
"prefer-named-capture-group": "off",
"semi": [
"error",
"never"
Expand All @@ -52,7 +51,6 @@
"unicorn/prefer-dom-node-append": "off",
"unicorn/prefer-dom-node-dataset": "off",
"unicorn/prefer-dom-node-remove": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-spread": "off",
"unicorn/prevent-abbreviations": "off"
Expand Down
14 changes: 3 additions & 11 deletions js/tests/unit/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
{
"root": true,
"extends": [
"../../../.eslintrc.json"
],
"overrides": [
{
"files": [
"**/*.spec.js"
],
"env": {
"jasmine": true
}
}
]
"env": {
"jasmine": true
}
}

0 comments on commit a56bf1d

Please sign in to comment.