Skip to content

Commit

Permalink
fix: Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
randomhash committed Nov 17, 2023
1 parent fa4c21a commit 525ded5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ module.exports = {
// It's a bit annoying
rules: {
// There is no need to specify return types for test case function body it('...', fn)
'@typescript-eslint/explicit-function-return-type': 0,
'@typescript-eslint/explicit-function-return-type': "off",
// There is no mandatory to specify types in tests
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-explicit-any': "off",
},
},
allowRequireInConfigs: {
Expand Down

0 comments on commit 525ded5

Please sign in to comment.