mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 21:29:56 +01:00
chore(vscode): mark all eslint rules as warnings
This commit is contained in:
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" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user