Sort exports

This commit is contained in:
Simon Warta
2021-12-01 11:58:57 +01:00
parent 1d0f9f5096
commit 34e0220e03
31 changed files with 158 additions and 142 deletions
+1
View File
@@ -31,6 +31,7 @@ module.exports = {
"spaced-comment": ["warn", "always", { line: { markers: ["/ <reference"] } }],
"import/no-cycle": "warn",
"simple-import-sort/imports": "warn",
"simple-import-sort/exports": "warn",
"@typescript-eslint/array-type": ["warn", { default: "array-simple" }],
"@typescript-eslint/await-thenable": "warn",
"@typescript-eslint/ban-types": "warn",