Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
fix: change .eslintrc config file to .cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed Jan 31, 2024
1 parent c497140 commit d8b9c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ program

const newEslintConfigPath = path.resolve(
path.dirname(closestPackageJson),
'.eslintrc.js',
'.eslintrc.cjs',
)

await writeFile(
Expand Down

0 comments on commit d8b9c9f

Please sign in to comment.