We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbd522 commit b827029Copy full SHA for b827029
2 files changed
eslint.config.js
@@ -196,6 +196,14 @@ module.exports = [
196
...json.configs.recommended
197
},
198
199
+ // JSON5 files
200
+ {
201
+ name: "eslint/json5",
202
+ files: ["**/*.json5"],
203
+ language: "json/json5",
204
+ ...json.configs.recommended
205
+ },
206
+
207
// Restrict relative path imports
208
{
209
name: "eslint/lib",
package.json
@@ -137,7 +137,7 @@
137
"@arethetypeswrong/cli": "^0.16.4",
138
"@babel/core": "^7.4.3",
139
"@babel/preset-env": "^7.4.3",
140
- "@eslint/json": "^0.4.0",
+ "@eslint/json": "^0.5.0",
141
"@trunkio/launcher": "^1.3.0",
142
"@types/node": "^20.11.5",
143
"@typescript-eslint/parser": "^8.4.0",
0 commit comments