diff --git a/package.json b/package.json index 0d7cdb349..8f7714f25 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,7 @@ "build": "bash ./tools/build.sh production", "build:dev": "bash ./tools/build.sh development", "lint": "eslint --fix --ext js,jsx,ts,tsx --max-warnings 0 src", + "lint:report": "eslint --ext js,jsx,ts,tsx --max-warnings 0 src", "preinstall": "node ./tools/engines-check/engines-check.js", "test": "jest", "test:watch": "jest --watch",