Skip to content

Commit

Permalink
Had to disable these 2 eslint rules otherwise
Browse files Browse the repository at this point in the history
we'd need to update the imports in pretty much every single file
  • Loading branch information
Leandro committed Mar 4, 2022
1 parent c28034e commit 05eb5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"plugins": ["simple-import-sort", "unused-imports"],
"rules": {
"unused-imports/no-unused-imports": "error",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
// "simple-import-sort/imports": "error",
// "simple-import-sort/exports": "error",
"@typescript-eslint/explicit-function-return-type": "off",
"prettier/prettier": "error",
"@typescript-eslint/no-explicit-any": "off",
Expand Down

0 comments on commit 05eb5cb

Please sign in to comment.