@jsse/eslint-config 0.7.0 → 0.7.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/CHANGELOG.md +6 -0
- package/dist/cli.js +1 -1
- package/dist/{const-DzlQZWYA.js → const-7b74P6Qm.js} +1 -1
- package/dist/index.d.ts +628 -369
- package/dist/index.js +1 -1
- package/package.json +21 -19
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __exportAll, r as __toESM, t as __commonJSMin } from "./chunk-CSNpwdVU.js";
|
|
2
|
-
import { n as SLOW_RULES, r as VERSION, t as DEBUG } from "./const-
|
|
2
|
+
import { n as SLOW_RULES, r as VERSION, t as DEBUG } from "./const-7b74P6Qm.js";
|
|
3
3
|
import { builtinModules, createRequire } from "node:module";
|
|
4
4
|
import process$1 from "node:process";
|
|
5
5
|
import fs, { realpathSync, statSync } from "node:fs";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -63,48 +63,50 @@
|
|
|
63
63
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
64
64
|
"@eslint/compat": "^2.0.3",
|
|
65
65
|
"@eslint/js": "^9.39.4",
|
|
66
|
-
"@eslint/markdown": "^
|
|
66
|
+
"@eslint/markdown": "^8.0.1",
|
|
67
67
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
69
|
-
"@typescript-eslint/parser": "^8.
|
|
70
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
71
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
69
|
+
"@typescript-eslint/parser": "^8.58.0",
|
|
70
|
+
"@typescript-eslint/rule-tester": "^8.58.0",
|
|
71
|
+
"@vitest/eslint-plugin": "^1.6.14",
|
|
72
72
|
"debug": "^4.4.3",
|
|
73
|
-
"eslint-config-flat-gitignore": "^2.
|
|
73
|
+
"eslint-config-flat-gitignore": "^2.3.0",
|
|
74
74
|
"eslint-merge-processors": "^2.0.0",
|
|
75
75
|
"eslint-plugin-antfu": "^3.2.2",
|
|
76
76
|
"eslint-plugin-command": "^3.5.2",
|
|
77
77
|
"eslint-plugin-de-morgan": "^2.1.1",
|
|
78
|
-
"eslint-plugin-import-lite": "^0.
|
|
79
|
-
"eslint-plugin-jsdoc": "^62.
|
|
78
|
+
"eslint-plugin-import-lite": "^0.6.0",
|
|
79
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
80
80
|
"eslint-plugin-jsonc": "^3.1.2",
|
|
81
81
|
"eslint-plugin-n": "^17.24.0",
|
|
82
82
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
83
|
-
"eslint-plugin-perfectionist": "^5.
|
|
83
|
+
"eslint-plugin-perfectionist": "^5.8.0",
|
|
84
84
|
"eslint-plugin-pnpm": "^1.6.0",
|
|
85
85
|
"eslint-plugin-react": "^7.37.5",
|
|
86
86
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
87
87
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
88
88
|
"eslint-plugin-toml": "^1.3.1",
|
|
89
89
|
"eslint-plugin-tsdoc": "^0.5.2",
|
|
90
|
-
"eslint-plugin-unicorn": "^
|
|
90
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
91
91
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
92
92
|
"eslint-plugin-yml": "^3.3.1",
|
|
93
93
|
"jsonc-eslint-parser": "^3.1.0",
|
|
94
94
|
"toml-eslint-parser": "^1.0.3",
|
|
95
|
-
"typescript-eslint": "^8.
|
|
95
|
+
"typescript-eslint": "^8.58.0",
|
|
96
96
|
"yaml-eslint-parser": "^2.0.0"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@changesets/cli": "^2.30.0",
|
|
100
|
+
"@emnapi/core": "^1.9.2",
|
|
101
|
+
"@emnapi/runtime": "^1.9.2",
|
|
100
102
|
"@jsse/prettier-config": "^1.0.2",
|
|
101
|
-
"@jsse/tsconfig": "^0.4.
|
|
102
|
-
"@types/debug": "^4.1.
|
|
103
|
+
"@jsse/tsconfig": "^0.4.1",
|
|
104
|
+
"@types/debug": "^4.1.13",
|
|
103
105
|
"@types/fs-extra": "^11.0.4",
|
|
104
106
|
"@types/node": "^25.5.0",
|
|
105
107
|
"cac": "^7.0.0",
|
|
106
108
|
"eslint": "^9.39.4",
|
|
107
|
-
"eslint-flat-config-utils": "^3.0
|
|
109
|
+
"eslint-flat-config-utils": "^3.1.0",
|
|
108
110
|
"eslint-typegen": "^2.3.1",
|
|
109
111
|
"execa": "~9.6.1",
|
|
110
112
|
"fast-equals": "^6.0.0",
|
|
@@ -112,16 +114,16 @@
|
|
|
112
114
|
"fs-extra": "^11.3.4",
|
|
113
115
|
"globals": "^17.4.0",
|
|
114
116
|
"local-pkg": "^1.1.2",
|
|
115
|
-
"oxfmt": "^0.
|
|
116
|
-
"oxlint": "^1.
|
|
117
|
+
"oxfmt": "^0.43.0",
|
|
118
|
+
"oxlint": "^1.58.0",
|
|
117
119
|
"picocolors": "^1.1.1",
|
|
118
120
|
"prettier": "^3.8.1",
|
|
119
121
|
"react": "~19.2.4",
|
|
120
122
|
"rimraf": "^6.1.3",
|
|
121
|
-
"tsdown": "^0.21.
|
|
123
|
+
"tsdown": "^0.21.7",
|
|
122
124
|
"tsx": "^4.21.0",
|
|
123
125
|
"typescript": "~5.9.3",
|
|
124
|
-
"vitest": "^4.1.
|
|
126
|
+
"vitest": "^4.1.2"
|
|
125
127
|
},
|
|
126
128
|
"prettier": "@jsse/prettier-config",
|
|
127
129
|
"scripts": {
|