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 eda0355 commit e40d449Copy full SHA for e40d449
docs/.vuepress/config.js
@@ -60,6 +60,11 @@ module.exports = {
60
__dirname,
61
"../../node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs",
62
),
63
+ // Adjust the eslint-compat-utils path as it gets confusing.
64
+ "eslint-compat-utils": path.resolve(
65
+ __dirname,
66
+ "../../node_modules/eslint-compat-utils/dist/index.cjs",
67
+ ),
68
},
69
70
};
0 commit comments