19 lines
520 B
JSON
19 lines
520 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"
|
|
]
|
|
}
|