chore: lint only staged files (#2957)
This commit is contained in:
3
.lintstagedrc.js
Normal file
3
.lintstagedrc.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
"./**/*.{ts,tsx,js,jsx,vue}": ["eslint --fix --quiet --no-error-on-unmatched-pattern"],
|
||||
};
|
||||
Reference in New Issue
Block a user