mirror of
https://github.com/unraid/api.git
synced 2026-01-03 15:09:48 -06:00
Co-authored-by: Eli Bosley <ekbosley@gmail.com> Co-authored-by: Pujit Mehrotra <pujit@lime-technology.com> Co-authored-by: mdatelle <mike@datelle.net> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zack Spear <zackspear@users.noreply.github.com>
15 lines
314 B
JSON
15 lines
314 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
|
|
}
|
|
|