mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
chore: ignore build related folder in eslint config
This commit is contained in:
committed by
Panagiotis Papadopoulos
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/*"]
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user