|
@@ -60,8 +60,8 @@
|
|
|
"lighthouse:compare": "node testutils/lib/compare-lighthouse.js",
|
|
|
"lighthouse:throttling:start": "comcast --latency=40 --target-bw=30000 --packet-loss=0.2%",
|
|
|
"lighthouse:throttling:stop": "comcast --stop",
|
|
|
- "lint": "jlpm && jlpm run eslint && jlpm run prettier",
|
|
|
- "lint:check": "jlpm run eslint:check && jlpm run prettier:check",
|
|
|
+ "lint": "jlpm && jlpm run prettier && jlpm run eslint",
|
|
|
+ "lint:check": "jlpm run prettier:check && jlpm run eslint:check",
|
|
|
"patch:release": "node buildutils/lib/patch-release.js",
|
|
|
"prepublish:check": "node buildutils/lib/prepublish-check.js",
|
|
|
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
|