mirror of
https://github.com/zadam/trilium.git
synced 2025-12-11 18:04:24 +01:00
chore(vscode): mark all eslint rules as warnings
This commit is contained in:
parent
78362535c7
commit
0182c61aec
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -36,5 +36,8 @@
|
|||||||
"docs/**/*.png": true,
|
"docs/**/*.png": true,
|
||||||
"apps/server/src/assets/doc_notes/**": true,
|
"apps/server/src/assets/doc_notes/**": true,
|
||||||
"apps/edit-docs/demo/**": true
|
"apps/edit-docs/demo/**": true
|
||||||
}
|
},
|
||||||
|
"eslint.rules.customizations": [
|
||||||
|
{ "rule": "*", "severity": "warn" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user