From c396b96500c7f2658852c9d761f39230e37f1253 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Sat, 22 Jun 2024 23:17:03 +0300 Subject: [PATCH] Use next to lint and check --- apps/roboshield/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/roboshield/package.json b/apps/roboshield/package.json index 0f0d4b773..04659e330 100644 --- a/apps/roboshield/package.json +++ b/apps/roboshield/package.json @@ -7,8 +7,8 @@ "clean": "rm -rf .next .turbo node_modules", "dev": "next dev", "jest": "jest --passWithNoTests", - "lint": "TIMING=1 eslint --fix './'", - "lint-check": "TIMING=1 eslint './'", + "lint-check": "TIMING=1 next lint './'", + "lint": "TIMING=1 next lint --fix './'", "start": "next start" }, "dependencies": {