Skip to content

Commit cc5a568

Browse files
authored
docs: remove experimental flag from flatlist eslint (#506)
1 parent 65cffd2 commit cc5a568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1.packages/0.module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In versions of `vscode-eslint` prior to v3.0.10, the new configuration system is
117117
```json [.vscode/settings.json]
118118
{
119119
// Required in vscode-eslint < v3.0.10 only
120-
"eslint.experimental.useFlatConfig": true
120+
"eslint.useFlatConfig": true
121121
}
122122
```
123123

0 commit comments

Comments
 (0)