Skip to content

Commit

Permalink
disable lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 26, 2023
1 parent 37eaa87 commit a96d98c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/lintTs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ try {
'@typescript-eslint/no-invalid-void-type': 'off',
'@typescript-eslint/no-dynamic-delete': 'off',
'@typescript-eslint/no-var-requires': 'off',

// nah
'@typescript-eslint/require-await': 'off',
},
},
});
Expand Down

0 comments on commit a96d98c

Please sign in to comment.