Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
lint: eslint rules turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Oct 30, 2023
1 parent f2a3c20 commit ceb8a44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"rules": {
"no-multiple-empty-lines": ["error", { "max": 1 }],
"@typescript-eslint/no-namespace": "off",
"import/no-named-as-default-member": "off"
"import/no-named-as-default-member": "off",
"import/namespace": "off",
"import/no-unresolved": "off",
"import/order": "off"
}
}

0 comments on commit ceb8a44

Please sign in to comment.