Skip to content

Commit d005c61

Browse files
committed
created lint:ci script
1 parent 4268e47 commit d005c61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"start:debug": "nest start --debug --watch",
1414
"start:prod": "node dist/main",
1515
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
16+
"lint:ci": "eslint \"{src,apps,libs,test}/**/*.ts\" --format=stylish",
1617
"test": "jest",
1718
"test:watch": "jest --watch",
1819
"test:cov": "jest --coverage",

0 commit comments

Comments
 (0)