mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +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
@ -19,6 +19,7 @@ export default tseslint.config(
|
||||
{
|
||||
rules: {
|
||||
// add rule overrides here
|
||||
"no-undef": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user