Skip to content

Commit b081f7e

Browse files
committed
Change lint-staged lint script
1 parent da186a2 commit b081f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"prettier --write"
103103
],
104104
"functions/**/*.ts": [
105-
"tslint --fix"
105+
"npm run lint"
106106
]
107107
}
108108
}

0 commit comments

Comments
 (0)