26 lines
602 B
JSON
26 lines
602 B
JSON
{
|
|
"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"
|
|
]
|
|
} |