We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792ad4c commit 5796c52Copy full SHA for 5796c52
.eslintrc.json
@@ -1,6 +1,5 @@
1
{
2
"root": true,
3
- "parser": "babel-eslint",
4
"extends": [
5
"plugin:import/errors",
6
"plugin:import/warnings",
@@ -32,6 +31,7 @@
32
31
"error",
33
"always"
34
],
+ "prefer-named-capture-group": "off",
35
"semi": [
36
37
"never"
@@ -45,8 +45,9 @@
45
"unicorn/prefer-includes": "off",
46
"unicorn/prefer-node-append": "off",
47
"unicorn/prefer-node-remove": "off",
48
+ "unicorn/prefer-number-properties": "off",
49
"unicorn/prefer-query-selector": "off",
- "unicorn/prefer-text-content": "off",
50
+ "unicorn/prefer-set-has": "off",
51
"unicorn/prevent-abbreviations": "off"
52
}
53
0 commit comments