mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 19:52:28 +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: {
|
rules: {
|
||||||
// add rule overrides here
|
// add rule overrides here
|
||||||
|
"no-undef": "off"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user