astro-reactive-form/.vscode/settings.json
Ayo Ayco d128747240
feat(validator): server-side rendered validation errors (#123)
* feat(validator): server-side rendered validation errors

* test(form): field should render error

* refactor: remove comment

* fix: incorrect imports

* chore: update deps

* chore: update build commands
2022-10-22 04:35:16 +02:00

8 lines
187 B
JSON

{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"cSpell.words": ["Astro", "maxlength"],
"prettier.documentSelectors": ["**/*.astro"]
}