We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebca88 commit 7f6763cCopy full SHA for 7f6763c
.eslintignore
@@ -1,9 +1,11 @@
1
-.*
+!.storybook
2
+!.github
3
+.github/actions/**/index.js
4
*.config.js
5
+**/.eslintrc.js
6
**/node_modules/**
7
**/dist/**
8
android/**/build/**
-.github/actions/**/index.js
9
docs/vendor/**
10
docs/assets/**
11
web/gtm.js
.eslintrc.js
@@ -100,7 +100,6 @@ module.exports = {
100
__DEV__: 'readonly',
101
},
102
rules: {
103
- // TODO: Remove the following rules after TypeScript migration is complete.
104
'@typescript-eslint/no-unsafe-argument': 'off',
105
'@typescript-eslint/no-unsafe-call': 'off',
106
'@typescript-eslint/no-unsafe-member-access': 'off',
0 commit comments