mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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: {
|
||||
// add rule overrides here
|
||||
}
|
||||
},
|
||||
{
|
||||
ignores: ["build/*", "dist/*", "src/public/app-dist/*"]
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user