mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
chore: ignore build related folder in eslint config
This commit is contained in:
parent
0d66f9d4eb
commit
744a0b8042
@ -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…
x
Reference in New Issue
Block a user