mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 05:39:55 +01:00
chore(eslint): downgrade import sorting to warning
This commit is contained in:
@@ -43,8 +43,8 @@ const mainConfig = [
|
|||||||
},
|
},
|
||||||
|
|
||||||
rules: {
|
rules: {
|
||||||
"simple-import-sort/imports": "error",
|
"simple-import-sort/imports": "warn",
|
||||||
"simple-import-sort/exports": "error"
|
"simple-import-sort/exports": "warn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user