eslint-config-silverwind 87.2.2 → 88.0.0
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.js +1 -0
- package/dist/index.json +3 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -643,6 +643,7 @@ const eslintrc = {
|
|
|
643
643
|
"unicorn/no-lonely-if": [2],
|
|
644
644
|
"unicorn/no-magic-array-flat-depth": [0],
|
|
645
645
|
"unicorn/no-negated-condition": [0],
|
|
646
|
+
"unicorn/no-negation-in-equality-check": [2],
|
|
646
647
|
"unicorn/no-nested-ternary": [0],
|
|
647
648
|
"unicorn/no-new-array": [0],
|
|
648
649
|
"unicorn/no-new-buffer": [0],
|
package/dist/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "88.0.0",
|
|
4
4
|
"description": "Exhaustive ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"eslint-plugin-regexp": "2.6.0",
|
|
36
36
|
"eslint-plugin-sonarjs": "1.0.3",
|
|
37
37
|
"eslint-plugin-storybook": "0.8.0",
|
|
38
|
-
"eslint-plugin-unicorn": "
|
|
38
|
+
"eslint-plugin-unicorn": "54.0.0",
|
|
39
39
|
"eslint-plugin-validate-jsx-nesting": "0.1.1",
|
|
40
40
|
"eslint-plugin-vitest": "0.4.1",
|
|
41
41
|
"eslint-plugin-vitest-globals": "1.5.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"typescript-config-silverwind": "5.0.3",
|
|
51
51
|
"updates": "16.2.0",
|
|
52
52
|
"versions": "12.1.2",
|
|
53
|
-
"vite": "5.
|
|
53
|
+
"vite": "5.3.1",
|
|
54
54
|
"vite-config-silverwind": "2.1.4",
|
|
55
55
|
"vitest": "1.6.0",
|
|
56
56
|
"vitest-config-silverwind": "9.0.6"
|