Skip to content

Commit 7b0990d

Browse files
committed
fix(linter): fix tailwind lint server not working inside react components
1 parent 682220e commit 7b0990d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"source.fixAll": "explicit",
66
"source.organizeImports": "never"
77
},
8-
"eslint.validate": ["typescript"],
8+
"eslint.validate": ["typescript", "typescriptreact"],
99
"files.associations": {
1010
"*.css": "tailwindcss"
1111
},

0 commit comments

Comments
 (0)