Files
express-twtkpr/.vscode/settings.json
2026-03-17 22:49:38 -04:00

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"
}
}