Minor ESLint rules cleanup (#32904)

This commit is contained in:
XhmikosR 2021-01-28 11:34:20 +02:00 committed by GitHub
parent e06ffa288f
commit a56bf1de9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 13 deletions

View File

@ -36,7 +36,6 @@
"error",
"always"
],
"prefer-named-capture-group": "off",
"semi": [
"error",
"never"
@ -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"

View File

@ -1,16 +1,8 @@
{
"root": true,
"extends": [
"../../../.eslintrc.json"
],
"overrides": [
{
"files": [
"**/*.spec.js"
],
"env": {
"jasmine": true
}
}
]
}