mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
noUnusedImports and noUnusedVariables are now enabled by default
This commit is contained in:
@@ -13,14 +13,6 @@
|
||||
"arrowParentheses": "asNeeded"
|
||||
}
|
||||
},
|
||||
"linter": {
|
||||
"rules": {
|
||||
"correctness": {
|
||||
"noUnusedImports": "error",
|
||||
"noUnusedVariables": "error"
|
||||
}
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"includes": ["**", "!**/dist", "!**/node_modules", "!**/target", "!**/target-ide"]
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ export default defineConfig(() => ({
|
||||
typescript: true,
|
||||
biome: {
|
||||
command: "check",
|
||||
flags: "--error-on-warnings",
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user