Skip to content

Commit 758af35

Browse files
author
gitgitWi
committed
Build: add lint-staged config file
1 parent 931f788 commit 758af35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.lintstagedrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
"**/src/**/*.{js,ts,jsx,tsx,vue}": ["eslint --fix"],
3+
};

0 commit comments

Comments
 (0)