Webview: improve linting & typechecks
This commit is contained in:
5
pkgs/webview-ui/.vscode/settings.json
vendored
Normal file
5
pkgs/webview-ui/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"tailwindCSS.experimental.classRegex": [["cx\\(([^)]*)\\)", "[\"'`]([^\"'`]*)[\"'`]"]],
|
||||
"editor.wordWrap": "on"
|
||||
}
|
||||
Reference in New Issue
Block a user