init
This commit is contained in:
26
.vscode/settings.json
vendored
Normal file
26
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"css.validate": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.tabSize": 2,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.organizeImports": "explicit"
|
||||
},
|
||||
"headwind.runOnSave": false,
|
||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript"
|
||||
],
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"commentTranslate.source": "Bing",
|
||||
"cSpell.words": [
|
||||
"contentlayer",
|
||||
"lemonsqueezy"
|
||||
],
|
||||
"i18n-ally.localesPaths": [
|
||||
"i18n",
|
||||
"i18n/messages"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user