chore(eslint): downgrade import sorting to warning

This commit is contained in:
Elian Doran 2025-12-07 00:36:39 +02:00
parent ae7b31f343
commit 78362535c7
No known key found for this signature in database

View File

@ -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"
}
}
];