mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-28 12:39:32 +01:00
Fix biome.jsonc
This commit is contained in:
parent
c9bff4e4ac
commit
3229ed4b20
@ -28,7 +28,6 @@
|
|||||||
".vscode/*",
|
".vscode/*",
|
||||||
"*.css", // TODO?
|
"*.css", // TODO?
|
||||||
"*.html", // TODO?
|
"*.html", // TODO?
|
||||||
"src/overrides.ts",
|
|
||||||
// TODO: these files are too big and complex, ignore them until their respective refactors
|
// TODO: these files are too big and complex, ignore them until their respective refactors
|
||||||
"src/data/moves/move.ts",
|
"src/data/moves/move.ts",
|
||||||
"src/data/abilities/ability.ts",
|
"src/data/abilities/ability.ts",
|
||||||
@ -114,7 +113,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// Overrides to prevent unused import removal inside `overrides.ts` and enums files (for jsdoc)
|
// Overrides to prevent unused import removal inside `overrides.ts` and enums files (for TSDoc linkcodes)
|
||||||
{
|
{
|
||||||
"include": ["src/overrides.ts", "src/enums/*"],
|
"include": ["src/overrides.ts", "src/enums/*"],
|
||||||
"linter": {
|
"linter": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user