Skip to content

Commit

Permalink
[chore] Update linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Aug 20, 2024
1 parent 2e598a8 commit 24159ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint
pnpm test
10 changes: 0 additions & 10 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ export default [
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/ban-types': [
'error',
{
extendDefaults: true,
types: {
'{}': false,
Function: false,
},
},
],
'import/no-anonymous-default-export': 'off',
'import/prefer-default-export': 'off',
'@typescript-eslint/naming-convention': [
Expand Down

0 comments on commit 24159ce

Please sign in to comment.