@vinicunca/eslint-config 2.9.2 → 2.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +5363 -10526
- package/dist/index.d.ts +5363 -10526
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.4",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -134,9 +134,8 @@
|
|
|
134
134
|
"eslint-plugin-n": "^17.10.2",
|
|
135
135
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
136
136
|
"eslint-plugin-perfectionist": "^3.2.0",
|
|
137
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
138
137
|
"eslint-plugin-regexp": "^2.6.0",
|
|
139
|
-
"eslint-plugin-sonarjs": "^
|
|
138
|
+
"eslint-plugin-sonarjs": "^1.0.4",
|
|
140
139
|
"eslint-plugin-toml": "^0.11.1",
|
|
141
140
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
142
141
|
"eslint-plugin-unused-imports": "^4.1.3",
|