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.
1 parent 3e4abb7 commit 8945024Copy full SHA for 8945024
docs/.vuepress/shim/eslint-visitor-keys/index.js
@@ -1,6 +1,7 @@
1
// eslint-disable-next-line eslint-comments/disable-enable-pair -- DEMO
2
/* eslint-disable node/no-unsupported-features/es-syntax -- DEMO */
3
-import all from "../../../../node_modules/eslint-visitor-keys/lib/index";
+import * as w from "../../../../node_modules/eslint-visitor-keys/lib/index";
4
5
+const all = w.default || w;
6
export const { KEYS, getKeys, unionWith } = all;
7
export default all;
0 commit comments