Skip to content

Commit e40d449

Browse files
committed
chore: fix site builder
1 parent eda0355 commit e40d449

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ module.exports = {
6060
__dirname,
6161
"../../node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs",
6262
),
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+
),
6368
},
6469
},
6570
};

0 commit comments

Comments
 (0)