Skip to content

Commit 08238e9

Browse files
chore: remove JSON overrides from ESLint config
1 parent f5c382d commit 08238e9

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.eslintrc.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
{
2-
"overrides": [
3-
{
4-
"files": ["*.json"],
5-
"parser": "jsonc-eslint-parser",
6-
"parserOptions": {
7-
"parser": "espree", // Or appropriate parser for your JSON
8-
"ecmaVersion": 2020,
9-
"sourceType": "module"
10-
},
11-
"rules": {
12-
// Your rules here
13-
},
14-
// Add this line for ESLint 9+ compatibility with ESM
15-
"import": {
16-
"type": "json"
17-
}
18-
}
19-
],
202
"parser": "@typescript-eslint/parser",
213
"parserOptions": {
224
"sourceType": "module",

0 commit comments

Comments
 (0)