mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
chore: update ts-uno-eslint configuration
This commit is contained in:
parent
9d2be2a82e
commit
2e5a6d7f1f
8 changed files with 122 additions and 56 deletions
|
@ -1,37 +1,16 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "astro",
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"DOM",
|
||||
"DOM.Iterable"
|
||||
],
|
||||
"lib": ["esnext", "dom"],
|
||||
"baseUrl": ".",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": false,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"isolatedModules": true
|
||||
}
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"include": [
|
||||
"src/**/*.astro",
|
||||
"src/**/*.ts",
|
||||
"src/**/*.md",
|
||||
"src/**/*.mdx",
|
||||
".astro/types.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"public"
|
||||
]
|
||||
"exclude": ["dist"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue