* chore: CSS modules sartzen du * refactor: alergeno legenda CSS modules * refactor: css modules erabiltzen du * chore: datubasea berreskuratzen du * chore: kontaktu datuak aldatzen ditu * ignore: saltoa * feat: mugikor nabigazioa erakusten du * chore: mugikor nabigazioa pasatzen du * refactor: kontaktu datuak batzen ditu * fix: gezia konpontzen du * refactor: move component * refactor: move component * refactor: move component * fix: builda konpontzen du * chore: erabiltzen ez zen konponentea kentzen du * fix: hasiera eta kafetegia ez diren atalak konpontzen ditu * chore: react-responsive dependentzia kentzen du * chore: yarn.lock eguneratzen du * fix: kontsolako erroreak kentzen ditu
27 lines
859 B
JSON
27 lines
859 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"editor.formatOnSave": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"importSorter.generalConfiguration.sortOnBeforeSave": true,
|
|
"importSorter.sortConfiguration.customOrderingRules.rules": [
|
|
{
|
|
"type": "importMember",
|
|
"regex": "^$",
|
|
"orderLevel": 10,
|
|
"disableSort": true
|
|
},
|
|
{
|
|
"regex": "react",
|
|
"orderLevel": 1,
|
|
"disableSort": true
|
|
},
|
|
{
|
|
"regex": "^[.$]|^(ui)|^(src)|^(models)|^(components)",
|
|
"orderLevel": 30
|
|
}
|
|
],
|
|
"importSorter.importStringConfiguration.tabSize": 2,
|
|
"importSorter.importStringConfiguration.trailingComma": "multiLine",
|
|
"importSorter.importStringConfiguration.maximumNumberOfImportExpressionsPerLine.type": "newLineEachExpressionAfterCountLimitExceptIfOnlyOne"
|
|
}
|