Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit fc74360

Browse files
committed
🎨 (eslintrc) disable warning for explicit any
1 parent ca5a3ed commit fc74360

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
'@typescript-eslint/indent': 'off',
1818
'@typescript-eslint/explicit-function-return-type': 'off',
1919
'@typescript-eslint/explicit-member-accessibility': 'off',
20+
'@typescript-eslint/no-explicit-any': 'off',
2021
},
2122
settings: {
2223
react: {

0 commit comments

Comments
 (0)