Commit bf67f51
committed
ESLint remove stale import/no-extraneous-dependencies rules
- N/A on static import, since refactoring to dynamic import
- Regardless of entryfile rename App.tsx -> src/index.tsx
- N/A even on jest/setup.ts so no imports, only mocks
- Comment react-test-renderer devDep allowed in Jest snapshot tests1 parent 57bf9e9 commit bf67f51
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | | - | |
89 | | - | |
90 | 89 | | |
91 | | - | |
| 90 | + | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
0 commit comments