Skip to content

Commit 629adce

Browse files
committed
fix: readme.md usage info
1 parent e237143 commit 629adce

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"**/#/**",
99
"**/coverage/**",
1010
"**/tests/**",
11+
"README.md",
1112
"CHANGELOG.md"
1213
],
1314
"dictionaries": [
@@ -20,5 +21,5 @@
2021
"filetypes",
2122
"bash"
2223
],
23-
"words": ["formact", "codeco", "dbaeumer", "devtool"]
24+
"words": ["formact", "devtool"]
2425
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Edit the vscode settings to set `codeco.formact` as defaultFormatter and configu
2525
{
2626
//# for all languages
2727
"editor.defaultFormatter": "codeco.formact",
28-
"formact.actions": ["source.fixAll.prettier", "source.fixAll.eslint"],
28+
"formact.actions": ["source.format.prettier", "source.fixAll.eslint"],
2929

3030
//# for specific language
3131
"[typescript]": {
3232
"editor.defaultFormatter": "codeco.formact",
33-
"formact.actions": ["source.fixAll.prettier", "source.fixAll.eslint"]
33+
"formact.actions": ["source.format.prettier", "source.fixAll.eslint"]
3434
}
3535
}
3636
```

0 commit comments

Comments
 (0)