From dba67733750781575680b8315dc1810feff60eb3 Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Sat, 11 Feb 2023 15:18:32 -0500 Subject: [PATCH] Add back lint:report --- package.json | 1 + 1 file changed, 1 insertion(+) 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",