mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
🔧 Eslint v9
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"target": "ESNext",
|
||||
"useDefineForClassFields": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"moduleResolution": "NodeNext",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
@@ -16,13 +16,16 @@
|
||||
"composite": true
|
||||
},
|
||||
"include": [
|
||||
"*.yml",
|
||||
"**/*.yml",
|
||||
"**/*.yaml",
|
||||
"package.json",
|
||||
"src/**/*.d.ts",
|
||||
"src/**/*.ts",
|
||||
"src/**/*.vue",
|
||||
"src/data/**/*.json",
|
||||
"tsconfig.json",
|
||||
"vite.config.ts"
|
||||
]
|
||||
"vite.config.ts",
|
||||
"eslint.config.js"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user