Skip to content

Commit f1de9ba

Browse files
committed
fix: Fix GLOB for JS in .editorconfig config.
1 parent bf614e7 commit f1de9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ indent_style = space
55
insert_final_newline = true
66
trim_trailing_whitespace = true
77

8-
[*{js,jsx,vue,ts,json}]
8+
[*.{js,jsx,vue,ts,json}]
99
indent_size = 4
1010

1111
[*.{css,scss,xml,html,yml}]

0 commit comments

Comments
 (0)