We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acde94 commit 452568cCopy full SHA for 452568c
.vscode/settings.json
@@ -47,16 +47,11 @@
47
]
48
}
49
],
50
- "eslint.workingDirectories": [
51
- "./frontend"
52
- ],
+ "eslint.workingDirectories": ["./frontend"],
53
"eslint.nodePath": "./frontend/node_modules",
54
- "tailwindCSS.experimental.classRegex": [
55
- "tw`([^`]*)",
56
- "clsx\\(([^)]*)\\)"
57
+ "tailwindCSS.experimental.classRegex": ["tw`([^`]*)", "clsx\\(([^)]*)\\)"],
58
"html.customData": [
59
"./node_modules/@shoelace-style/shoelace/dist/vscode.html-custom-data.json"
60
61
"prettier.configPath": "./frontend/prettier.config.js"
62
-}
+}
0 commit comments