Skip to content

Commit 50c2ce0

Browse files
committed
Update package.json
1 parent b5762bc commit 50c2ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"build:protos": "yarn build:protos:msgs && yarn build:protos:srvs",
2727
"build": "tsc -p tsconfig.release.json",
2828
"build:watch": "tsc -w -p tsconfig.release.json",
29-
"lint": "eslint -c .eslintrc.js --ext .ts .",
30-
"lint:fix": "eslint . --ext .ts --fix",
29+
"lint": "eslint -c .eslintrc.js .",
30+
"lint:fix": "eslint . --fix",
3131
"pretest": "yarn lint",
3232
"test": "jest --coverage --runInBand",
3333
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)