Skip to content

Commit e15ab1e

Browse files
authored
fix vscode settings config of readme (#264)
1 parent b6bb65d commit e15ab1e

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,10 @@ If you're VSCode user, you may find adding this config to your `.vscode/settings
123123
```json
124124
{
125125
"eslint.validate": [
126-
{
127-
"language": "javascript",
128-
"autoFix": true
129-
},
130-
{
131-
"language": "javascriptreact",
132-
"autoFix": true
133-
},
134-
{
135-
"language": "typescript",
136-
"autoFix": true
137-
},
138-
{
139-
"language": "typescriptreact",
140-
"autoFix": true
141-
}
126+
"javascript",
127+
"javascriptreact",
128+
"typescript",
129+
"typescriptreact"
142130
]
143131
}
144132
```

0 commit comments

Comments
 (0)