Skip to content

Commit

Permalink
Change warn to Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator committed Jul 9, 2024
1 parent c032314 commit 68dee94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
'@typescript-eslint/adjacent-overload-signatures': ['error'],
'@typescript-eslint/ban-types': ['error'],
'@typescript-eslint/explicit-member-accessibility': ['error'],
'@typescript-eslint/explicit-function-return-type': ['warn'],
'@typescript-eslint/explicit-function-return-type': ['error'],

'jsdoc/require-example': ['off'],
'jsdoc/newline-after-description': ['off'],
Expand Down

0 comments on commit 68dee94

Please sign in to comment.