Webview: improve linting & typechecks

This commit is contained in:
Johannes Kirschbauer
2024-05-26 18:37:29 +02:00
parent b0d5ef01ca
commit 4c4c94c508
11 changed files with 1785 additions and 68 deletions

5
pkgs/webview-ui/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"tailwindCSS.experimental.classRegex": [["cx\\(([^)]*)\\)", "[\"'`]([^\"'`]*)[\"'`]"]],
"editor.wordWrap": "on"
}