chore(): run linter, after fixing config

This commit is contained in:
tiagosiebler
2024-11-08 13:11:24 +00:00
parent 7023b0aa75
commit 9f20a00ecc
14 changed files with 76 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
},
plugins: [
'@typescript-eslint/eslint-plugin',
'simple-import-sort',
// 'simple-import-sort',
// 'require-extensions',
],
extends: [
@@ -78,7 +78,7 @@ module.exports = {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'simple-import-sort/imports': 'error',
'simple-import-sort/exports': 'error',
// 'simple-import-sort/imports': 'error',
// 'simple-import-sort/exports': 'error',
},
};