We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c382d commit 08238e9Copy full SHA for 08238e9
.eslintrc.json
@@ -1,22 +1,4 @@
1
{
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
- ],
20
"parser": "@typescript-eslint/parser",
21
"parserOptions": {
22
"sourceType": "module",
0 commit comments