@isentinel/eslint-config 6.0.0-beta.2 → 6.0.0-beta.21

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