mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
chore(eslint): disable 'no-undef' rule
For TS projects this is already enforced by tsc, see: https://eslint.org/docs/latest/rules/no-undef#handled_by_typescript
This commit is contained in:
committed by
Panagiotis Papadopoulos
parent
744a0b8042
commit
1e599af480
@@ -19,6 +19,7 @@ export default tseslint.config(
|
|||||||
{
|
{
|
||||||
rules: {
|
rules: {
|
||||||
// add rule overrides here
|
// add rule overrides here
|
||||||
|
"no-undef": "off"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user