style: formatted and added example env
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
1dfa079b1e
commit
acc675bd36
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -23,7 +23,10 @@
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
||||
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
|
||||
["\\b\\w+ClassName\\s*=\\s*[\"'`]([^\"'`]*)[\"'`]", "[\"'`]([^\"'`]*)[\"'`]" ]
|
||||
[
|
||||
"\\b\\w+ClassName\\s*=\\s*[\"'`]([^\"'`]*)[\"'`]",
|
||||
"[\"'`]([^\"'`]*)[\"'`]"
|
||||
]
|
||||
],
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
|
||||
Reference in New Issue
Block a user