We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1ce15 commit e51901aCopy full SHA for e51901a
.lintstagedrc
@@ -0,0 +1,6 @@
1
+{
2
+ "*.{js,vue}": [
3
+ "npm run lint",
4
+ "git add"
5
+ ]
6
+}
0 commit comments