Skip to content

Commit

Permalink
Update eslint for TS
Browse files Browse the repository at this point in the history
  • Loading branch information
azurepolarbear committed Dec 20, 2024
1 parent f27a8ab commit b882d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.ts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default tsEslint.config(
allowStaticOnly: true
}],

'@typescript-eslint/no-inferrable-types': 'error',
'@typescript-eslint/no-inferrable-types': 'off',

'@typescript-eslint/prefer-for-of': 'error',

Expand Down

0 comments on commit b882d08

Please sign in to comment.