Skip to content

Commit 452568c

Browse files
committed
revert vscode settings
1 parent 4acde94 commit 452568c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.vscode/settings.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,11 @@
4747
]
4848
}
4949
],
50-
"eslint.workingDirectories": [
51-
"./frontend"
52-
],
50+
"eslint.workingDirectories": ["./frontend"],
5351
"eslint.nodePath": "./frontend/node_modules",
54-
"tailwindCSS.experimental.classRegex": [
55-
"tw`([^`]*)",
56-
"clsx\\(([^)]*)\\)"
57-
],
52+
"tailwindCSS.experimental.classRegex": ["tw`([^`]*)", "clsx\\(([^)]*)\\)"],
5853
"html.customData": [
5954
"./node_modules/@shoelace-style/shoelace/dist/vscode.html-custom-data.json"
6055
],
6156
"prettier.configPath": "./frontend/prettier.config.js"
62-
}
57+
}

0 commit comments

Comments
 (0)