mirror of
https://github.com/actuallymentor/battery.git
synced 2026-02-03 05:53:24 +00:00
19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"i18n-ally.localesPaths": [
|
|
"public/locales"
|
|
],
|
|
"i18n-ally.keystyle": "nested",
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"editor.renderWhitespace": "all",
|
|
"editor.formatOnSave": true,
|
|
"eslint.format.enable": true,
|
|
"eslint.run": "onType"
|
|
} |