We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flat-map
1 parent 2b41cb8 commit 8254e70Copy full SHA for 8254e70
src/rules/noUndefinedTypes.js
@@ -1,5 +1,5 @@
1
// eslint-disable-next-line import/no-unassigned-import
2
-import 'core-js/fn/array/flat-map';
+import 'core-js/stable/array/flat-map';
3
import _ from 'lodash';
4
import {parse as parseType, traverse} from 'jsdoctypeparser';
5
import iterateJsdoc, {parseComment} from '../iterateJsdoc';
0 commit comments