mirror of
https://github.com/unraid/api.git
synced 2026-02-12 02:58:46 -06:00
* chore: rm vs code visual customizations * chore(api): fix vscode eslint extension * chore(web): update env.example for local development * chore: add justfiles to simplify workflows * chore: stub monorepo readme * chore: add nvmrc to monorepo root * refactor: improve error handling in `just ignore` * doc(web): explain TAILWIND_BASE_FONT_SIZE in .env.example * chore: add logo to readme
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"files.associations": {
|
|
"*.page": "php"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "never",
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"i18n-ally.localesPaths": [
|
|
"locales"
|
|
],
|
|
"i18n-ally.keystyle": "flat",
|
|
"eslint.experimental.useFlatConfig": true,
|
|
} |