diff --git a/package.json b/package.json index 6e11019..d9d663b 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,10 @@ "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "lint": "eslint --ext js,jsx,ts,tsx src", + "lint": "eslint --ext js,jsx,ts,tsx", + "lint-all": "eslint --ext js,jsx,ts,tsx ./", "prettier": "prettier -l", + "prettier-all": "prettier -l ./", "prettier-fix-all": "prettier --write --ignore-unknown ./" }, "eslintConfig": {