Skip to content

Commit

Permalink
Allow 'any' type for speed up migration(will be reverted)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyambhongle committed Mar 14, 2024
1 parent 1ddac0a commit 6c3726d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
rules: {
'react/no-unescaped-entities': 0,
'react-native/no-inline-styles': 0,
"@typescript-eslint/no-explicit-any": ["off"]
},
ignorePatterns: [
'**/__mocks__/*.ts',
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "esnext",
"module": "commonjs",
"lib": ["es2017"],
"noImplicitAny": false,
"allowJs": true,
"jsx": "react-native",
"noEmit": true,
Expand Down

0 comments on commit 6c3726d

Please sign in to comment.