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.
core-js/fn/array/flat-map
no-undefined-types
flatMap
1 parent 40ffa50 commit 2b41cb8Copy full SHA for 2b41cb8
package.json
@@ -22,6 +22,7 @@
22
"babel-plugin-add-module-exports": "^1.0.2",
23
"babel-plugin-istanbul": "^5.1.4",
24
"chai": "^4.2.0",
25
+ "core-js": "^3.1.4",
26
"eslint": "^5.14.1",
27
"eslint-config-canonical": "^17.1.1",
28
"gitdown": "^2.5.8",
src/rules/noUndefinedTypes.js
@@ -1,3 +1,5 @@
1
+// eslint-disable-next-line import/no-unassigned-import
2
+import 'core-js/fn/array/flat-map';
3
import _ from 'lodash';
4
import {parse as parseType, traverse} from 'jsdoctypeparser';
5
import iterateJsdoc, {parseComment} from '../iterateJsdoc';
0 commit comments