Skip to content

Commit 616f4fe

Browse files
committed
Add lint and format scripts
1 parent 2bc033b commit 616f4fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"author": "Dante Calderon<mail@dantecalderon.dev>",
66
"scripts": {
77
"start": "nodemon",
8-
"test": "jest --passWithNoTests"
8+
"test": "jest --passWithNoTests",
9+
"format": "prettier --write \"src/**/*.ts\"",
10+
"lint": "tslint -p tsconfig.json -c tslint.json"
911
},
1012
"devDependencies": {
1113
"@types/jest": "^25.1.4",

0 commit comments

Comments
 (0)