Skip to content

Commit e51901a

Browse files
author
mcibique
committed
Added lint-staged
1 parent 7e1ce15 commit e51901a

File tree

3 files changed

+1185
-22
lines changed

3 files changed

+1185
-22
lines changed

.lintstagedrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"*.{js,vue}": [
3+
"npm run lint",
4+
"git add"
5+
]
6+
}

0 commit comments

Comments
 (0)