Skip to content

Commit

Permalink
fix ci 1
Browse files Browse the repository at this point in the history
  • Loading branch information
HristoKolev committed Oct 12, 2024
1 parent 0aa9458 commit f13f1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-config/resolved-configs/list-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function createPluginsFile() {
(x) => x.endsWith('.json') && !excludedFiles.includes(path.basename(x))
)
// eslint-disable-next-line global-require,import/no-dynamic-require
.flatMap((x) => require(`.\\${path.relative(__dirname, x)}`).plugins);
.flatMap((x) => require(`./${path.relative(__dirname, x)}`).plugins);

const packageNames = rawPlugins
.filter((x) => x !== '@')
Expand Down

0 comments on commit f13f1c7

Please sign in to comment.