@jsse/eslint-config 0.3.2 → 0.3.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/CHANGELOG.md +12 -0
- package/dist/cli.js +1 -1
- package/dist/esm/fixable.js +1 -2
- package/dist/esm/generated/version.d.ts +1 -1
- package/dist/esm/generated/version.js +1 -1
- package/dist/esm/plugins.d.ts +4 -4
- package/dist/esm/plugins.js +0 -1
- package/dist/index.d.ts +581 -296
- package/dist/index.js +1 -1
- package/package.json +12 -13
package/dist/index.js
CHANGED
|
@@ -13851,7 +13851,7 @@ async function defineConfig(options = {}, ...userConfigs) {
|
|
|
13851
13851
|
}
|
|
13852
13852
|
|
|
13853
13853
|
// src/generated/version.ts
|
|
13854
|
-
var VERSION = "0.3.
|
|
13854
|
+
var VERSION = "0.3.4";
|
|
13855
13855
|
|
|
13856
13856
|
// src/presets.ts
|
|
13857
13857
|
var jsseReact = (options, ...configs) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.4",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -67,14 +67,13 @@
|
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
69
69
|
"@eslint/compat": "^1.2.7",
|
|
70
|
-
"@eslint/js": "~9.
|
|
70
|
+
"@eslint/js": "~9.25.1",
|
|
71
71
|
"@eslint/markdown": "^6.3.0",
|
|
72
72
|
"@stylistic/eslint-plugin": "4.2.0",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
74
|
-
"@typescript-eslint/parser": "^8.
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
|
74
|
+
"@typescript-eslint/parser": "^8.31.0",
|
|
75
75
|
"@vitest/eslint-plugin": "^1.1.36",
|
|
76
76
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
77
|
-
"eslint-define-config": "^2.1.0",
|
|
78
77
|
"eslint-merge-processors": "^2.0.0",
|
|
79
78
|
"eslint-plugin-antfu": "^3.1.1",
|
|
80
79
|
"eslint-plugin-command": "^3.1.0",
|
|
@@ -86,28 +85,28 @@
|
|
|
86
85
|
"eslint-plugin-perfectionist": "^4.10.1",
|
|
87
86
|
"eslint-plugin-react": "~7.37.4",
|
|
88
87
|
"eslint-plugin-react-hooks": "~5.2.0",
|
|
89
|
-
"eslint-plugin-react-refresh": "~0.4.
|
|
88
|
+
"eslint-plugin-react-refresh": "~0.4.20",
|
|
90
89
|
"eslint-plugin-toml": "^0.12.0",
|
|
91
90
|
"eslint-plugin-tsdoc": "^0.4.0",
|
|
92
|
-
"eslint-plugin-unicorn": "^
|
|
91
|
+
"eslint-plugin-unicorn": "^58.0.0",
|
|
93
92
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
94
93
|
"eslint-plugin-yml": "^1.17.0",
|
|
95
94
|
"jsonc-eslint-parser": "^2.4.0",
|
|
96
95
|
"toml-eslint-parser": "^0.10.0",
|
|
97
|
-
"typescript-eslint": "^8.
|
|
96
|
+
"typescript-eslint": "^8.31.0",
|
|
98
97
|
"yaml-eslint-parser": "^1.3.0"
|
|
99
98
|
},
|
|
100
99
|
"devDependencies": {
|
|
101
100
|
"@biomejs/biome": "1.9.4",
|
|
102
101
|
"@changesets/cli": "^2.28.1",
|
|
103
102
|
"@jsse/prettier-config": "^0.1.0",
|
|
104
|
-
"@jsse/tsconfig": "^0.
|
|
103
|
+
"@jsse/tsconfig": "^0.3.0",
|
|
105
104
|
"@stylistic/eslint-plugin-jsx": "^4.2.0",
|
|
106
105
|
"@types/eslint": "^9.6.1",
|
|
107
106
|
"@types/fs-extra": "^11.0.4",
|
|
108
|
-
"@types/node": "^22.
|
|
107
|
+
"@types/node": "^22.14.1",
|
|
109
108
|
"cac": "^6.7.14",
|
|
110
|
-
"eslint": "^9.
|
|
109
|
+
"eslint": "^9.25.1",
|
|
111
110
|
"eslint-flat-config-utils": "^2.0.1",
|
|
112
111
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
113
112
|
"eslint-typegen": "^2.0.0",
|
|
@@ -119,12 +118,12 @@
|
|
|
119
118
|
"neverthrow": "^8.2.0",
|
|
120
119
|
"picocolors": "^1.1.1",
|
|
121
120
|
"prettier": "^3.5.3",
|
|
122
|
-
"react": "~19.
|
|
121
|
+
"react": "~19.1.0",
|
|
123
122
|
"rimraf": "^6.0.1",
|
|
124
123
|
"tailwindcss": "^3.4.17",
|
|
125
124
|
"tsup": "^8.4.0",
|
|
126
125
|
"tsx": "^4.19.3",
|
|
127
|
-
"typescript": "5.8.
|
|
126
|
+
"typescript": "5.8.3",
|
|
128
127
|
"vitest": "^3.0.8"
|
|
129
128
|
},
|
|
130
129
|
"prettier": "@jsse/prettier-config",
|