
* 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
8 lines
187 B
JSON
8 lines
187 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
"cSpell.words": ["Astro", "maxlength"],
|
|
"prettier.documentSelectors": ["**/*.astro"]
|
|
}
|