Skip to content

Commit 8945024

Browse files
committed
fixx site
1 parent 3e4abb7 commit 8945024

File tree

1 file changed

+2
-1
lines changed
  • docs/.vuepress/shim/eslint-visitor-keys

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// eslint-disable-next-line eslint-comments/disable-enable-pair -- DEMO
22
/* eslint-disable node/no-unsupported-features/es-syntax -- DEMO */
3-
import all from "../../../../node_modules/eslint-visitor-keys/lib/index";
3+
import * as w from "../../../../node_modules/eslint-visitor-keys/lib/index";
44

5+
const all = w.default || w;
56
export const { KEYS, getKeys, unionWith } = all;
67
export default all;

0 commit comments

Comments
 (0)