Skip to content

Commit 8254e70

Browse files
committed
fix: use stable flat-map polyfill
1 parent 2b41cb8 commit 8254e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/noUndefinedTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// eslint-disable-next-line import/no-unassigned-import
2-
import 'core-js/fn/array/flat-map';
2+
import 'core-js/stable/array/flat-map';
33
import _ from 'lodash';
44
import {parse as parseType, traverse} from 'jsdoctypeparser';
55
import iterateJsdoc, {parseComment} from '../iterateJsdoc';

0 commit comments

Comments
 (0)