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 b5762bc commit 50c2ce0Copy full SHA for 50c2ce0
package.json
@@ -26,8 +26,8 @@
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 -c .eslintrc.js --ext .ts .",
30
- "lint:fix": "eslint . --ext .ts --fix",
+ "lint": "eslint -c .eslintrc.js .",
+ "lint:fix": "eslint . --fix",
31
"pretest": "yarn lint",
32
"test": "jest --coverage --runInBand",
33
"test:watch": "jest --watch",
0 commit comments