@isentinel/eslint-config 5.2.0 → 6.0.0-beta.10
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 +159 -13
- package/dist/cli.d.mts +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.d.mts +19241 -10582
- package/dist/index.mjs +14537 -3232
- package/dist/oxlint.d.mts +32104 -0
- package/dist/oxlint.mjs +4064 -0
- package/package.json +103 -74
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isentinel/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-beta.10",
|
|
4
4
|
"description": "iSentinel's ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint-config",
|
|
@@ -30,110 +30,123 @@
|
|
|
30
30
|
"exports": {
|
|
31
31
|
".": "./dist/index.mjs",
|
|
32
32
|
"./cli": "./dist/cli.mjs",
|
|
33
|
+
"./oxlint": {
|
|
34
|
+
"types": "./dist/oxlint.d.mts",
|
|
35
|
+
"default": "./dist/oxlint.mjs"
|
|
36
|
+
},
|
|
33
37
|
"./package.json": "./package.json"
|
|
34
38
|
},
|
|
35
39
|
"main": "./dist/index.mjs",
|
|
36
40
|
"module": "./dist/index.mjs",
|
|
37
41
|
"types": "./dist/index.d.mts",
|
|
38
|
-
"bin": "./bin/index.js",
|
|
39
42
|
"files": [
|
|
40
43
|
"bin",
|
|
41
44
|
"dist"
|
|
42
45
|
],
|
|
43
46
|
"dependencies": {
|
|
44
47
|
"@antfu/install-pkg": "1.1.0",
|
|
45
|
-
"@clack/prompts": "1.0
|
|
46
|
-
"@cspell/eslint-plugin": "
|
|
47
|
-
"@
|
|
48
|
-
"@eslint/
|
|
49
|
-
"@eslint/markdown": "
|
|
50
|
-
"@isentinel/dict-rbxts": "
|
|
51
|
-
"@isentinel/dict-roblox": "
|
|
52
|
-
"@
|
|
53
|
-
"@pobammer-ts/
|
|
54
|
-
"@stylistic/eslint-plugin": "5.
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
56
|
-
"@typescript-eslint/parser": "8.
|
|
57
|
-
"ansis": "4.
|
|
58
|
-
"eslint-config-flat-gitignore": "2.
|
|
48
|
+
"@clack/prompts": "1.7.0",
|
|
49
|
+
"@cspell/eslint-plugin": "10.0.1",
|
|
50
|
+
"@e18e/eslint-plugin": "0.5.1",
|
|
51
|
+
"@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
|
|
52
|
+
"@eslint/markdown": "8.0.3",
|
|
53
|
+
"@isentinel/dict-rbxts": "latest",
|
|
54
|
+
"@isentinel/dict-roblox": "latest",
|
|
55
|
+
"@oxlint/plugins": "1.74.0",
|
|
56
|
+
"@pobammer-ts/small-rules": "2.7.0",
|
|
57
|
+
"@stylistic/eslint-plugin": "5.10.0",
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "8.64.0",
|
|
59
|
+
"@typescript-eslint/parser": "8.64.0",
|
|
60
|
+
"ansis": "4.3.1",
|
|
61
|
+
"eslint-config-flat-gitignore": "2.3.0",
|
|
59
62
|
"eslint-config-prettier": "10.1.8",
|
|
60
|
-
"eslint-flat-config-utils": "3.0
|
|
63
|
+
"eslint-flat-config-utils": "3.2.0",
|
|
61
64
|
"eslint-merge-processors": "2.0.0",
|
|
62
|
-
"eslint-plugin-antfu": "3.2.
|
|
65
|
+
"eslint-plugin-antfu": "3.2.3",
|
|
63
66
|
"eslint-plugin-arrow-return-style-x": "1.2.6",
|
|
64
67
|
"eslint-plugin-better-max-params": "1.0.0",
|
|
65
|
-
"eslint-plugin-
|
|
66
|
-
"eslint-plugin-
|
|
67
|
-
"eslint-plugin-
|
|
68
|
-
"eslint-plugin-
|
|
69
|
-
"eslint-plugin-
|
|
70
|
-
"eslint-plugin-
|
|
71
|
-
"eslint-plugin-
|
|
72
|
-
"eslint-plugin-
|
|
73
|
-
"eslint-plugin-
|
|
74
|
-
"eslint-plugin-
|
|
75
|
-
"eslint-plugin-
|
|
68
|
+
"eslint-plugin-comment-length": "2.3.1",
|
|
69
|
+
"eslint-plugin-de-morgan": "2.1.3",
|
|
70
|
+
"eslint-plugin-flawless": "0.1.11",
|
|
71
|
+
"eslint-plugin-format-lua": "2.0.0",
|
|
72
|
+
"eslint-plugin-import-lite": "0.6.0",
|
|
73
|
+
"eslint-plugin-jsdoc": "63.0.13",
|
|
74
|
+
"eslint-plugin-jsonc": "3.3.0",
|
|
75
|
+
"eslint-plugin-oxfmt": "0.14.0",
|
|
76
|
+
"eslint-plugin-package-json": "1.6.0",
|
|
77
|
+
"eslint-plugin-perfectionist": "5.10.0",
|
|
78
|
+
"eslint-plugin-pnpm": "1.6.1",
|
|
79
|
+
"eslint-plugin-promise": "7.3.0",
|
|
76
80
|
"eslint-plugin-roblox-ts": "1.4.0",
|
|
77
81
|
"eslint-plugin-sentinel": "0.1.2",
|
|
78
|
-
"eslint-plugin-sonarjs": "4.
|
|
79
|
-
"eslint-plugin-toml": "1.
|
|
80
|
-
"eslint-plugin-unicorn": "
|
|
82
|
+
"eslint-plugin-sonarjs": "4.2.0",
|
|
83
|
+
"eslint-plugin-toml": "1.4.0",
|
|
84
|
+
"eslint-plugin-unicorn": "72.0.0",
|
|
81
85
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
82
|
-
"eslint-plugin-yml": "3.
|
|
86
|
+
"eslint-plugin-yml": "3.5.0",
|
|
83
87
|
"find-up-simple": "1.0.1",
|
|
84
|
-
"globals": "17.
|
|
88
|
+
"globals": "17.7.0",
|
|
85
89
|
"jsonc-eslint-parser": "3.1.0",
|
|
86
|
-
"local-pkg": "1.1
|
|
87
|
-
"oxfmt": "0.
|
|
88
|
-
"
|
|
90
|
+
"local-pkg": "1.2.1",
|
|
91
|
+
"oxfmt": "0.59.0",
|
|
92
|
+
"oxlint-plugin-eslint": "1.74.0",
|
|
93
|
+
"oxlint-plugin-oxlint-comments": "0.1.0",
|
|
94
|
+
"prettier": "3.9.5",
|
|
95
|
+
"semver": "7.8.5",
|
|
89
96
|
"toml-eslint-parser": "1.0.3",
|
|
90
|
-
"yaml-eslint-parser": "2.
|
|
97
|
+
"yaml-eslint-parser": "2.1.0",
|
|
91
98
|
"yargs": "18.0.0"
|
|
92
99
|
},
|
|
93
100
|
"devDependencies": {
|
|
94
|
-
"@antfu/ni": "
|
|
95
|
-
"@eslint-react/shared": "
|
|
96
|
-
"@eslint/config-inspector": "
|
|
101
|
+
"@antfu/ni": "30.2.0",
|
|
102
|
+
"@eslint-react/shared": "5.16.1",
|
|
103
|
+
"@eslint/config-inspector": "3.0.4",
|
|
97
104
|
"@isentinel/tsconfig": "1.2.0",
|
|
98
105
|
"@stylistic/eslint-plugin-migrate": "4.4.1",
|
|
99
|
-
"@types/node": "
|
|
106
|
+
"@types/node": "24.1.0",
|
|
107
|
+
"@types/picomatch": "4.0.3",
|
|
108
|
+
"@types/semver": "7.7.1",
|
|
100
109
|
"@types/yargs": "17.0.35",
|
|
101
|
-
"@vitest/eslint-plugin": "1.6.
|
|
102
|
-
"bumpp": "
|
|
103
|
-
"
|
|
104
|
-
"eslint
|
|
105
|
-
"eslint-plugin-
|
|
106
|
-
"eslint-plugin-
|
|
110
|
+
"@vitest/eslint-plugin": "1.6.23",
|
|
111
|
+
"bumpp": "11.1.0",
|
|
112
|
+
"concurrently": "10.0.3",
|
|
113
|
+
"eslint": "10.7.0",
|
|
114
|
+
"eslint-plugin-erasable-syntax-only": "0.4.2",
|
|
115
|
+
"eslint-plugin-eslint-plugin": "7.4.2",
|
|
116
|
+
"eslint-plugin-jest": "29.15.4",
|
|
107
117
|
"eslint-plugin-jest-extended": "3.0.1",
|
|
108
|
-
"eslint-plugin-n": "
|
|
109
|
-
"eslint-plugin-react-
|
|
110
|
-
"eslint-plugin-react-naming-convention": "
|
|
111
|
-
"eslint-plugin-react-x": "
|
|
118
|
+
"eslint-plugin-n": "18.2.2",
|
|
119
|
+
"eslint-plugin-react-jsx": "5.16.1",
|
|
120
|
+
"eslint-plugin-react-naming-convention": "5.16.1",
|
|
121
|
+
"eslint-plugin-react-x": "5.16.1",
|
|
112
122
|
"eslint-typegen": "2.3.1",
|
|
113
|
-
"jiti": "2.
|
|
114
|
-
"
|
|
123
|
+
"jiti": "2.7.0",
|
|
124
|
+
"oxlint": "1.74.0",
|
|
125
|
+
"oxlint-tsgolint": "0.25.0",
|
|
115
126
|
"parse-gitignore-ts": "1.0.0",
|
|
116
|
-
"
|
|
117
|
-
"
|
|
127
|
+
"picomatch": "4.0.5",
|
|
128
|
+
"pnpm-workspace-yaml": "1.6.1",
|
|
129
|
+
"publint": "0.3.21",
|
|
118
130
|
"rimraf": "6.1.3",
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"type-fest": "5.4.4",
|
|
123
|
-
"typescript": "5.9.3",
|
|
131
|
+
"tsdown": "0.22.8",
|
|
132
|
+
"type-fest": "5.8.0",
|
|
133
|
+
"typescript": "6.0.3",
|
|
124
134
|
"unplugin-unused": "0.5.7",
|
|
125
|
-
"
|
|
135
|
+
"vitest": "4.1.10",
|
|
136
|
+
"@isentinel/eslint-config": "6.0.0-beta.10"
|
|
126
137
|
},
|
|
127
138
|
"peerDependencies": {
|
|
128
139
|
"@vitest/eslint-plugin": "^1.6.4",
|
|
129
|
-
"eslint": "^
|
|
140
|
+
"eslint": "^10.4.0",
|
|
130
141
|
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
131
142
|
"eslint-plugin-jest": "^29.15.0",
|
|
132
143
|
"eslint-plugin-jest-extended": "^3.0.0",
|
|
133
|
-
"eslint-plugin-n": "^17.0.0",
|
|
134
|
-
"eslint-plugin-react-
|
|
135
|
-
"eslint-plugin-react-naming-convention": "^
|
|
136
|
-
"eslint-plugin-react-x": "^
|
|
144
|
+
"eslint-plugin-n": "^17.0.0 || ^18.0.0",
|
|
145
|
+
"eslint-plugin-react-jsx": "^5.10.0",
|
|
146
|
+
"eslint-plugin-react-naming-convention": "^5.10.0",
|
|
147
|
+
"eslint-plugin-react-x": "^5.10.0",
|
|
148
|
+
"oxlint": ">=1.73.0",
|
|
149
|
+
"oxlint-tsgolint": ">=0.24.0"
|
|
137
150
|
},
|
|
138
151
|
"peerDependenciesMeta": {
|
|
139
152
|
"@vitest/eslint-plugin": {
|
|
@@ -151,30 +164,46 @@
|
|
|
151
164
|
"eslint-plugin-n": {
|
|
152
165
|
"optional": true
|
|
153
166
|
},
|
|
154
|
-
"eslint-plugin-react-
|
|
167
|
+
"eslint-plugin-react-jsx": {
|
|
168
|
+
"optional": true
|
|
169
|
+
},
|
|
170
|
+
"eslint-plugin-react-naming-convention": {
|
|
155
171
|
"optional": true
|
|
156
172
|
},
|
|
157
173
|
"eslint-plugin-react-x": {
|
|
158
174
|
"optional": true
|
|
175
|
+
},
|
|
176
|
+
"oxlint": {
|
|
177
|
+
"optional": true
|
|
178
|
+
},
|
|
179
|
+
"oxlint-tsgolint": {
|
|
180
|
+
"optional": true
|
|
159
181
|
}
|
|
160
182
|
},
|
|
161
183
|
"engines": {
|
|
162
|
-
"node": ">=
|
|
184
|
+
"node": ">=24.12.0"
|
|
163
185
|
},
|
|
164
186
|
"publishConfig": {
|
|
165
187
|
"access": "public"
|
|
166
188
|
},
|
|
167
189
|
"scripts": {
|
|
168
|
-
"build": "nr gen && tsdown --clean --dts",
|
|
169
|
-
"build:inspector": "pnpm build && pnpm dlx @eslint/config-inspector build --config eslint-inspector.config.ts",
|
|
190
|
+
"build": "nr gen && tsdown --clean --dts && node scripts/check-dist.ts",
|
|
191
|
+
"build:inspector": "pnpm build && pnpm dlx @eslint/config-inspector build --config eslint-inspector.config.ts --out-dir ./.eslint-config-inspector",
|
|
170
192
|
"dev": "npx @eslint/config-inspector --config eslint-inspector.config.ts",
|
|
171
|
-
"gen": "
|
|
193
|
+
"gen": "node scripts/typegen.ts && node scripts/typegen-oxlint.ts && node scripts/typegen-defaults.ts && node scripts/typegen-defaults-oxlint.ts && node scripts/versiongen.ts",
|
|
172
194
|
"postgen": "echo 'Generation complete!'",
|
|
173
|
-
"lint": "eslint --cache",
|
|
174
|
-
"lint:ci": "eslint --cache --cache-strategy content",
|
|
195
|
+
"lint": "concurrently 'oxlint' 'eslint --cache'",
|
|
196
|
+
"lint:ci": "concurrently 'oxlint' 'eslint --cache --cache-strategy content'",
|
|
197
|
+
"oxlint": "oxlint",
|
|
175
198
|
"release": "bumpp",
|
|
176
199
|
"stub": "tsdown",
|
|
200
|
+
"test": "nr gen && vitest run",
|
|
201
|
+
"test:watch": "vitest",
|
|
177
202
|
"typecheck": "tsc --noEmit",
|
|
203
|
+
"validate:oxlint": "node scripts/validate-oxlint.ts",
|
|
178
204
|
"watch": "tsdown --watch --dts"
|
|
205
|
+
},
|
|
206
|
+
"bin": {
|
|
207
|
+
"eslint-config": "./bin/index.js"
|
|
179
208
|
}
|
|
180
209
|
}
|