chore: refactor imports/exports and some semantics

This commit is contained in:
2024-04-21 23:54:45 +02:00
parent df359883fc
commit e8ed8d745f
35 changed files with 127 additions and 55 deletions

View File

@@ -14,5 +14,6 @@ module.exports = {
"warn",
{ allowConstantExport: true },
],
"no-duplicate-imports": ["error", { "includeExports": true }]
},
};