@jsse/eslint-config 0.7.6 → 0.7.8
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/{const-Cyv8NdOA.js → const-B5rVjoUA.js} +1 -1
- package/dist/index.d.ts +605 -390
- package/dist/index.js +2 -2
- package/package.json +23 -23
- /package/dist/{chunk-N93fKeF6.js → chunk-DJK8HYOj.js} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as __exportAll, r as __toESM, t as __commonJSMin } from "./chunk-
|
|
2
|
-
import { n as SLOW_RULES, r as VERSION, t as DEBUG } from "./const-
|
|
1
|
+
import { n as __exportAll, r as __toESM, t as __commonJSMin } from "./chunk-DJK8HYOj.js";
|
|
2
|
+
import { n as SLOW_RULES, r as VERSION, t as DEBUG } from "./const-B5rVjoUA.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.8",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,15 +60,15 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.
|
|
63
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
|
|
64
64
|
"@eslint/compat": "^2.1.0",
|
|
65
65
|
"@eslint/js": "^9.39.4",
|
|
66
66
|
"@eslint/markdown": "^8.0.2",
|
|
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.61.0",
|
|
69
|
+
"@typescript-eslint/parser": "^8.61.0",
|
|
70
|
+
"@typescript-eslint/rule-tester": "^8.61.0",
|
|
71
|
+
"@vitest/eslint-plugin": "^1.6.19",
|
|
72
72
|
"debug": "^4.4.3",
|
|
73
73
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
74
74
|
"eslint-merge-processors": "^2.0.0",
|
|
@@ -76,33 +76,33 @@
|
|
|
76
76
|
"eslint-plugin-command": "^3.5.2",
|
|
77
77
|
"eslint-plugin-de-morgan": "^2.1.2",
|
|
78
78
|
"eslint-plugin-import-lite": "^0.6.0",
|
|
79
|
-
"eslint-plugin-jsdoc": "^
|
|
80
|
-
"eslint-plugin-jsonc": "^3.
|
|
81
|
-
"eslint-plugin-n": "^18.0
|
|
79
|
+
"eslint-plugin-jsdoc": "^63.0.2",
|
|
80
|
+
"eslint-plugin-jsonc": "^3.2.0",
|
|
81
|
+
"eslint-plugin-n": "^18.1.0",
|
|
82
82
|
"eslint-plugin-no-only-tests": "^3.4.0",
|
|
83
83
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
84
84
|
"eslint-plugin-pnpm": "^1.6.1",
|
|
85
85
|
"eslint-plugin-react": "^7.37.5",
|
|
86
86
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
87
87
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
88
|
-
"eslint-plugin-toml": "^1.
|
|
89
|
-
"eslint-plugin-unicorn": "^
|
|
88
|
+
"eslint-plugin-toml": "^1.4.0",
|
|
89
|
+
"eslint-plugin-unicorn": "^65.0.1",
|
|
90
90
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
91
|
-
"eslint-plugin-yml": "^3.
|
|
91
|
+
"eslint-plugin-yml": "^3.4.0",
|
|
92
92
|
"jsonc-eslint-parser": "^3.1.0",
|
|
93
93
|
"toml-eslint-parser": "^1.0.3",
|
|
94
|
-
"typescript-eslint": "^8.
|
|
94
|
+
"typescript-eslint": "^8.61.0",
|
|
95
95
|
"yaml-eslint-parser": "^2.0.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@changesets/cli": "^2.31.0",
|
|
99
|
-
"@emnapi/core": "^1.
|
|
100
|
-
"@emnapi/runtime": "^1.
|
|
99
|
+
"@emnapi/core": "^1.11.0",
|
|
100
|
+
"@emnapi/runtime": "^1.11.0",
|
|
101
101
|
"@jsse/prettier-config": "^1.0.2",
|
|
102
102
|
"@jsse/tsconfig": "^0.5.1",
|
|
103
103
|
"@types/debug": "^4.1.13",
|
|
104
104
|
"@types/fs-extra": "^11.0.4",
|
|
105
|
-
"@types/node": "^25.9.
|
|
105
|
+
"@types/node": "^25.9.2",
|
|
106
106
|
"cac": "^7.0.0",
|
|
107
107
|
"eslint": "^9.39.4",
|
|
108
108
|
"eslint-flat-config-utils": "^3.2.0",
|
|
@@ -113,16 +113,16 @@
|
|
|
113
113
|
"fs-extra": "^11.3.5",
|
|
114
114
|
"globals": "^17.6.0",
|
|
115
115
|
"local-pkg": "^1.2.1",
|
|
116
|
-
"oxfmt": "^0.
|
|
117
|
-
"oxlint": "^1.
|
|
116
|
+
"oxfmt": "^0.54.0",
|
|
117
|
+
"oxlint": "^1.69.0",
|
|
118
118
|
"picocolors": "^1.1.1",
|
|
119
|
-
"prettier": "^3.8.
|
|
120
|
-
"react": "~19.2.
|
|
119
|
+
"prettier": "^3.8.4",
|
|
120
|
+
"react": "~19.2.7",
|
|
121
121
|
"rimraf": "^6.1.3",
|
|
122
|
-
"tsdown": "^0.22.
|
|
123
|
-
"tsx": "^4.22.
|
|
122
|
+
"tsdown": "^0.22.2",
|
|
123
|
+
"tsx": "^4.22.4",
|
|
124
124
|
"typescript": "~6.0.3",
|
|
125
|
-
"vitest": "^4.1.
|
|
125
|
+
"vitest": "^4.1.8"
|
|
126
126
|
},
|
|
127
127
|
"prettier": "@jsse/prettier-config",
|
|
128
128
|
"scripts": {
|
|
File without changes
|