Skip to content

Commit 7f6763c

Browse files
committed
Adjust ESLint configuration
1 parent 5ebca88 commit 7f6763c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.eslintignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
.*
1+
!.storybook
2+
!.github
3+
.github/actions/**/index.js
24
*.config.js
5+
**/.eslintrc.js
36
**/node_modules/**
47
**/dist/**
58
android/**/build/**
6-
.github/actions/**/index.js
79
docs/vendor/**
810
docs/assets/**
911
web/gtm.js

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ module.exports = {
100100
__DEV__: 'readonly',
101101
},
102102
rules: {
103-
// TODO: Remove the following rules after TypeScript migration is complete.
104103
'@typescript-eslint/no-unsafe-argument': 'off',
105104
'@typescript-eslint/no-unsafe-call': 'off',
106105
'@typescript-eslint/no-unsafe-member-access': 'off',

0 commit comments

Comments
 (0)