Files
cms-template/.vscode/settings.json
T
2026-08-22 17:29:31 +00:00

15 lines
302 B
JSON

{
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.tabSize": 4,
"eslint.options": {
"overrideConfigFile": "./eslint.config.mts"
},
"eslint.validate": [
"javascript",
"typescript",
"javascriptreact",
"typescriptreact"
],
"eslint.run": "onType"
}