mirror of
https://github.com/zadam/trilium.git
synced 2025-12-13 19:04:25 +01:00
chore(eslint): downgrade import sorting to warning
This commit is contained in:
parent
ae7b31f343
commit
78362535c7
@ -43,8 +43,8 @@ const mainConfig = [
|
||||
},
|
||||
|
||||
rules: {
|
||||
"simple-import-sort/imports": "error",
|
||||
"simple-import-sort/exports": "error"
|
||||
"simple-import-sort/imports": "warn",
|
||||
"simple-import-sort/exports": "warn"
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user