We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3dc27 commit 2f1d5feCopy full SHA for 2f1d5fe
package.json
@@ -26,8 +26,7 @@
26
"build:protos": "yarn build:protos:msgs && yarn build:protos:srvs",
27
"build": "tsc -p tsconfig.release.json",
28
"build:watch": "tsc -w -p tsconfig.release.json",
29
- "lint": "eslint .",
30
- "lint:fix": "eslint . --fix",
+ "lint": "trunk check",
31
"pretest": "yarn lint",
32
"test": "jest --coverage --runInBand",
33
"test:watch": "jest --watch",
0 commit comments