alpha release
update v0.8.0
This commit is contained in:
38
.vscode/settings.json
vendored
Normal file
38
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user