fennec-fe/.vscode/settings.json

11 lines
167 B
JSON
Raw Normal View History

{
"css.validate": false,
"scss.validate": false,
"editor.quickSuggestions": {
"strings": true,
"other": true,
},
"cSpell.words": [
"Formik"
]
}