Skip to content

Commit

Permalink
fix: use stable flat-map polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jun 21, 2019
1 parent 2b41cb8 commit 8254e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/noUndefinedTypes.js
@@ -1,5 +1,5 @@
// eslint-disable-next-line import/no-unassigned-import
import 'core-js/fn/array/flat-map';
import 'core-js/stable/array/flat-map';
import _ from 'lodash';
import {parse as parseType, traverse} from 'jsdoctypeparser';
import iterateJsdoc, {parseComment} from '../iterateJsdoc';
Expand Down

0 comments on commit 8254e70

Please sign in to comment.