Skip to content

Commit 5796c52

Browse files
committed
build: update eslint rules
1 parent 792ad4c commit 5796c52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"root": true,
3-
"parser": "babel-eslint",
43
"extends": [
54
"plugin:import/errors",
65
"plugin:import/warnings",
@@ -32,6 +31,7 @@
3231
"error",
3332
"always"
3433
],
34+
"prefer-named-capture-group": "off",
3535
"semi": [
3636
"error",
3737
"never"
@@ -45,8 +45,9 @@
4545
"unicorn/prefer-includes": "off",
4646
"unicorn/prefer-node-append": "off",
4747
"unicorn/prefer-node-remove": "off",
48+
"unicorn/prefer-number-properties": "off",
4849
"unicorn/prefer-query-selector": "off",
49-
"unicorn/prefer-text-content": "off",
50+
"unicorn/prefer-set-has": "off",
5051
"unicorn/prevent-abbreviations": "off"
5152
}
5253
}

0 commit comments

Comments
 (0)