Skip to content

Commit df49df0

Browse files
authored
Merge pull request #2111 from immutable-js/update-devtools
2 parents b9980ee + 97425ec commit df49df0

File tree

6 files changed

+1296
-1089
lines changed

6 files changed

+1296
-1089
lines changed

eslint.config.mjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import globals from 'globals';
33
import pluginJest from 'eslint-plugin-jest';
44
import importPlugin from 'eslint-plugin-import';
55
import pluginReact from 'eslint-plugin-react';
6-
// eslint-disable-next-line import/no-unresolved
76
import tseslint from 'typescript-eslint';
87

98
/** @type {import('eslint').Linter.Config[]} */
@@ -156,5 +155,12 @@ export default tseslint.config(
156155
'prefer-arrow-callback': 'off',
157156
'@typescript-eslint/no-require-imports': 'off',
158157
},
158+
},
159+
{
160+
settings: {
161+
'import/resolver': {
162+
typescript: {},
163+
},
164+
},
159165
}
160166
);

0 commit comments

Comments
 (0)