mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Add back lint:report
This commit is contained in:
parent
e9bdc29c8c
commit
dba6773375
@ -107,6 +107,7 @@
|
|||||||
"build": "bash ./tools/build.sh production",
|
"build": "bash ./tools/build.sh production",
|
||||||
"build:dev": "bash ./tools/build.sh development",
|
"build:dev": "bash ./tools/build.sh development",
|
||||||
"lint": "eslint --fix --ext js,jsx,ts,tsx --max-warnings 0 src",
|
"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",
|
"preinstall": "node ./tools/engines-check/engines-check.js",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": "jest --watch",
|
"test:watch": "jest --watch",
|
||||||
|
Loading…
Reference in New Issue
Block a user