Skip to content

Commit

Permalink
chanse path of lintstagedrc.json for react
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-lbmadesia committed Dec 20, 2023
1 parent ba4c299 commit 8311dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const reactEslintConfigCmd = () => {
);
const configPathForLintStage = resolve(
__dirname,
`./config/nestjs/.lintstagedrc.json`
`./config/nextjs/.lintstagedrc.json`
);

copyFileSync(configPath, ".eslintrc.json");
Expand Down

0 comments on commit 8311dde

Please sign in to comment.