diff --git a/package.json b/package.json index bc0823a..f6c7c1d 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint", - "format": "prettier --check --ignore-path .gitignore .", - "format:fix": "prettier --write --ignore-path .gitignore ." + "lint": "prettier --check --ignore-path .gitignore .", + "lint:fix": "prettier --write --ignore-path .gitignore ." }, "dependencies": { "classnames": "^2.5.1",