Skip to content

Commit 5c13293

Browse files
authoredApr 15, 2023
refactor!: Error when using explicit any (#214)
1 parent a6ee56c commit 5c13293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
curly: 'error',
1919
'@typescript-eslint/explicit-module-boundary-types': 'warn',
2020
'@typescript-eslint/member-ordering': 'error',
21-
'@typescript-eslint/no-explicit-any': 'warn',
21+
'@typescript-eslint/no-explicit-any': 'error',
2222
'@typescript-eslint/no-unused-expressions': 'error',
2323
'@typescript-eslint/no-unused-vars': [
2424
'error',

0 commit comments

Comments
 (0)
Please sign in to comment.