@shayanthenerd/eslint-config 0.26.6 → 0.26.7
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.
|
@@ -20742,7 +20742,7 @@ type VitestNoFocusedTests = [] | [{
|
|
|
20742
20742
|
fixable?: boolean;
|
|
20743
20743
|
}]; // ----- vitest/no-hooks -----
|
|
20744
20744
|
type VitestNoHooks = [] | [{
|
|
20745
|
-
allow?: ("beforeAll" | "beforeEach" | "afterAll" | "afterEach")[];
|
|
20745
|
+
allow?: ("beforeAll" | "beforeEach" | "afterAll" | "afterEach" | "aroundAll" | "aroundEach")[];
|
|
20746
20746
|
}]; // ----- vitest/no-large-snapshots -----
|
|
20747
20747
|
type VitestNoLargeSnapshots = [] | [{
|
|
20748
20748
|
maxSize?: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shayanthenerd/eslint-config",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.7",
|
|
4
4
|
"description": "A modern, flexible ESLint configuration for enforcing best practices and maintaining a consistent coding style",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -52,20 +52,20 @@
|
|
|
52
52
|
"{**/*.ts,package.json}": "pnpm lint"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@eslint-react/eslint-plugin": "5.
|
|
55
|
+
"@eslint-react/eslint-plugin": "5.11.2",
|
|
56
56
|
"@eslint/css": "1.4.0",
|
|
57
57
|
"@eslint/markdown": "8.0.3",
|
|
58
58
|
"@html-eslint/eslint-plugin": "0.63.0",
|
|
59
59
|
"@html-eslint/eslint-plugin-react": "0.63.0",
|
|
60
60
|
"@next/eslint-plugin-next": "16.2.10",
|
|
61
61
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
62
|
-
"@vitest/eslint-plugin": "1.6.
|
|
62
|
+
"@vitest/eslint-plugin": "1.6.21",
|
|
63
63
|
"astro-eslint-parser": "2.1.0",
|
|
64
64
|
"defu": "6.1.7",
|
|
65
65
|
"eslint-flat-config-utils": "3.2.0",
|
|
66
66
|
"eslint-import-resolver-typescript": "4.4.5",
|
|
67
67
|
"eslint-plugin-astro": "2.1.1",
|
|
68
|
-
"eslint-plugin-baseline-js": "0.
|
|
68
|
+
"eslint-plugin-baseline-js": "0.7.0",
|
|
69
69
|
"eslint-plugin-better-tailwindcss": "4.6.1",
|
|
70
70
|
"eslint-plugin-cypress": "6.4.2",
|
|
71
71
|
"eslint-plugin-import-x": "4.17.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"eslint-plugin-unicorn": "70.0.0",
|
|
80
80
|
"eslint-plugin-vue": "10.9.2",
|
|
81
81
|
"eslint-plugin-vuejs-accessibility": "2.5.0",
|
|
82
|
-
"eslint-plugin-zod": "4.7.
|
|
82
|
+
"eslint-plugin-zod": "4.7.1",
|
|
83
83
|
"eslint-plugin-zod-mini": "1.4.0",
|
|
84
84
|
"globals": "17.7.0",
|
|
85
85
|
"local-pkg": "1.2.1",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"devEngines": {
|
|
114
114
|
"packageManager": {
|
|
115
115
|
"name": "pnpm",
|
|
116
|
-
"version": "11.
|
|
116
|
+
"version": "11.10.0",
|
|
117
117
|
"onFail": "warn"
|
|
118
118
|
},
|
|
119
119
|
"runtime": {
|