mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 10:47:05 +08: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:
parent
744a0b8042
commit
1e599af480
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ export default tseslint.config(
|
|||
{
|
||||
rules: {
|
||||
// add rule overrides here
|
||||
"no-undef": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue