We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06ffa2 commit a56bf1dCopy full SHA for a56bf1d
.eslintrc.json
@@ -36,7 +36,6 @@
36
"error",
37
"always"
38
],
39
- "prefer-named-capture-group": "off",
40
"semi": [
41
42
"never"
@@ -52,7 +51,6 @@
52
51
"unicorn/prefer-dom-node-append": "off",
53
"unicorn/prefer-dom-node-dataset": "off",
54
"unicorn/prefer-dom-node-remove": "off",
55
- "unicorn/prefer-optional-catch-binding": "off",
56
"unicorn/prefer-query-selector": "off",
57
"unicorn/prefer-spread": "off",
58
"unicorn/prevent-abbreviations": "off"
js/tests/unit/.eslintrc.json
@@ -1,16 +1,8 @@
1
{
2
- "root": true,
3
"extends": [
4
"../../../.eslintrc.json"
5
6
- "overrides": [
7
- {
8
- "files": [
9
- "**/*.spec.js"
10
- ],
11
- "env": {
12
- "jasmine": true
13
- }
14
15
- ]
+ "env": {
+ "jasmine": true
+ }
16
}
0 commit comments