chore: lint only staged files (#2957)

This commit is contained in:
ahhshm
2022-07-06 15:29:02 +04:30
committed by GitHub
parent e280a02597
commit 8bc3986f17
4 changed files with 757 additions and 1 deletions

3
.lintstagedrc.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
"./**/*.{ts,tsx,js,jsx,vue}": ["eslint --fix --quiet --no-error-on-unmatched-pattern"],
};