@shayanthenerd/eslint-config 0.12.1 → 0.13.1
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/README.md +16 -4
- package/dist/configs/perfectionist.mjs +8 -1
- package/dist/rules/html.mjs +1 -0
- package/dist/rules/perfectionist.mjs +2 -2
- package/dist/rules/stylistic.mjs +1 -0
- package/dist/rules/typescript.mjs +1 -0
- package/dist/types/configOptions/perfectionist.d.mts +2 -1
- package/dist/types/configOptions/vue.d.mts +1 -1
- package/dist/types/eslint-schema.d.mts +816 -470
- package/package.json +21 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shayanthenerd/eslint-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "A modern, flexible ESLint configuration for enforcing best practices and maintaining a consistent coding style",
|
|
6
6
|
"keywords": [
|
|
@@ -50,9 +50,11 @@
|
|
|
50
50
|
},
|
|
51
51
|
"type": "module",
|
|
52
52
|
"engines": {
|
|
53
|
-
"
|
|
53
|
+
"name": "node",
|
|
54
|
+
"version": "^22.12.0",
|
|
55
|
+
"onfail": "download"
|
|
54
56
|
},
|
|
55
|
-
"packageManager": "pnpm@10.
|
|
57
|
+
"packageManager": "pnpm@10.25.0",
|
|
56
58
|
"scripts": {
|
|
57
59
|
"prepare": "pnpm git:gitmessage && simple-git-hooks && pnpm generate:types",
|
|
58
60
|
"prepublishOnly": "pnpm build:package",
|
|
@@ -82,41 +84,41 @@
|
|
|
82
84
|
"dependencies": {
|
|
83
85
|
"@eslint/compat": "2.0.0",
|
|
84
86
|
"@eslint/css": "0.14.1",
|
|
85
|
-
"@html-eslint/eslint-plugin": "0.
|
|
87
|
+
"@html-eslint/eslint-plugin": "0.51.0",
|
|
86
88
|
"@stylistic/eslint-plugin": "5.6.1",
|
|
87
|
-
"@vitest/eslint-plugin": "1.5.
|
|
89
|
+
"@vitest/eslint-plugin": "1.5.2",
|
|
88
90
|
"defu": "6.1.4",
|
|
89
|
-
"eslint": "9.39.
|
|
91
|
+
"eslint": "9.39.2",
|
|
90
92
|
"eslint-flat-config-utils": "2.1.4",
|
|
91
93
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
92
|
-
"eslint-plugin-better-tailwindcss": "3.
|
|
94
|
+
"eslint-plugin-better-tailwindcss": "3.8.0",
|
|
93
95
|
"eslint-plugin-cypress": "5.2.0",
|
|
94
96
|
"eslint-plugin-import-x": "4.16.1",
|
|
95
|
-
"eslint-plugin-oxlint": "1.
|
|
96
|
-
"eslint-plugin-perfectionist": "
|
|
97
|
-
"eslint-plugin-playwright": "2.
|
|
98
|
-
"eslint-plugin-storybook": "10.1.
|
|
97
|
+
"eslint-plugin-oxlint": "1.33.0",
|
|
98
|
+
"eslint-plugin-perfectionist": "5.0.0",
|
|
99
|
+
"eslint-plugin-playwright": "2.4.0",
|
|
100
|
+
"eslint-plugin-storybook": "10.1.10",
|
|
99
101
|
"eslint-plugin-unused-imports": "4.3.0",
|
|
100
|
-
"eslint-plugin-vue": "10.6.
|
|
102
|
+
"eslint-plugin-vue": "10.6.2",
|
|
101
103
|
"eslint-plugin-vuejs-accessibility": "2.4.1",
|
|
102
104
|
"globals": "16.5.0",
|
|
103
105
|
"local-pkg": "1.1.2",
|
|
104
|
-
"oxlint": "1.
|
|
106
|
+
"oxlint": "1.33.0",
|
|
105
107
|
"tailwind-csstree": "0.1.4",
|
|
106
|
-
"typescript-eslint": "8.
|
|
108
|
+
"typescript-eslint": "8.50.0"
|
|
107
109
|
},
|
|
108
110
|
"devDependencies": {
|
|
109
111
|
"@arethetypeswrong/cli": "0.18.2",
|
|
110
112
|
"@eslint/config-inspector": "1.4.2",
|
|
111
|
-
"@types/node": "
|
|
112
|
-
"actions-up": "1.
|
|
113
|
+
"@types/node": "25.0.3",
|
|
114
|
+
"actions-up": "1.7.0",
|
|
113
115
|
"eslint-typegen": "2.3.0",
|
|
114
116
|
"nano-staged": "0.9.0",
|
|
115
|
-
"prettier": "3.7.
|
|
116
|
-
"publint": "0.3.
|
|
117
|
+
"prettier": "3.7.4",
|
|
118
|
+
"publint": "0.3.16",
|
|
117
119
|
"serve": "14.2.5",
|
|
118
120
|
"simple-git-hooks": "2.13.1",
|
|
119
|
-
"tsdown": "0.
|
|
121
|
+
"tsdown": "0.18.1",
|
|
120
122
|
"typescript": "5.9.3",
|
|
121
123
|
"unplugin-unused": "0.5.6"
|
|
122
124
|
}
|