From 0b4948dce72b2c90d4bf96e87893b74d2ee8eda6 Mon Sep 17 00:00:00 2001 From: Himself65 Date: Sat, 16 Apr 2022 15:54:47 -0500 Subject: [PATCH] fix: package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 79c0ec5..533278f 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "build": "next build", "start": "next start", "type-check": "tsc", - "lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\"", - "format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write", + "lint": "eslint --ignore-path .gitignore \"pages/**/*.+(ts|js|tsx)\"", + "format": "prettier --ignore-path .gitignore \"pages/**/*.+(ts|js|tsx)\" --write", "postinstall": "husky install", "commit": "cz" },