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 ab12ca1 commit 82461b5Copy full SHA for 82461b5
docs/.vuepress/config.js
@@ -21,6 +21,7 @@ module.exports = {
21
alias: {
22
module: require.resolve("./shim/module"),
23
eslint$: path.resolve(__dirname, "./shim/eslint"),
24
+ "eslint-visitor-keys$": path.resolve(__dirname, "./shim/eslint-visitor-keys"),
25
esquery: path.resolve(
26
__dirname,
27
"../../node_modules/esquery/dist/esquery.min.js"
docs/.vuepress/shim/eslint-visitor-keys/index.js
@@ -0,0 +1,6 @@
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";
4
+
5
+export const { KEYS, getKeys, unionWith } = all;
6
+export default all;
0 commit comments