39 lines
737 B
JSON
39 lines
737 B
JSON
{
|
|
"prettier.enable": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"prettier.requireConfig": true,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.unusualLineTerminators": "off",
|
|
"cSpell.words": [
|
|
"blakejs",
|
|
"dotenv",
|
|
"eslintcache",
|
|
"itsericwoodward",
|
|
"jspm",
|
|
"nodenext",
|
|
"noframe",
|
|
"noopener",
|
|
"noreferrer",
|
|
"pgpkey",
|
|
"pids",
|
|
"TWTKPR",
|
|
"twts",
|
|
"Twttr",
|
|
"twtxt",
|
|
"uuidv",
|
|
"wscript"
|
|
],
|
|
"[html]": {
|
|
"editor.defaultFormatter": "vscode.html-language-features"
|
|
}
|
|
}
|