mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 22:00:33 +08:00
chore: ignore build related folder in eslint config
This commit is contained in:
parent
0d66f9d4eb
commit
744a0b8042
1 changed files with 3 additions and 0 deletions
|
|
@ -20,5 +20,8 @@ export default tseslint.config(
|
||||||
rules: {
|
rules: {
|
||||||
// add rule overrides here
|
// add rule overrides here
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ignores: ["build/*", "dist/*", "src/public/app-dist/*"]
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue