From 8311dde90078367acfa8862aaf824eeb50d138a1 Mon Sep 17 00:00:00 2001 From: Lb Madesia Date: Wed, 20 Dec 2023 09:40:59 +0000 Subject: [PATCH] chanse path of lintstagedrc.json for react --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9604c68..229eecf 100644 --- a/index.js +++ b/index.js @@ -40,7 +40,7 @@ const reactEslintConfigCmd = () => { ); const configPathForLintStage = resolve( __dirname, - `./config/nestjs/.lintstagedrc.json` + `./config/nextjs/.lintstagedrc.json` ); copyFileSync(configPath, ".eslintrc.json");