Skip to content

Commit 14d2373

Browse files
committed
Merge branch 'master' into no-undefined-types-add-gcc-templates
* master: fix: use stable `flat-map` polyfill
2 parents 2222a61 + 8254e70 commit 14d2373

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)