Skip to content

Commit

Permalink
fix(eslint): Disable misfiring lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Aug 9, 2024
1 parent e60f659 commit eea2fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"files": "*.spec.ts",
"extends": "plugin:vitest/legacy-recommended",
"rules": {
"n/no-unpublished-import": 0,
"@typescript-eslint/no-explicit-any": 0
}
}
Expand Down

0 comments on commit eea2fec

Please sign in to comment.