devops
parent
1782abcb2e
commit
7353418fee
|
@ -1,6 +1,5 @@
|
|||
module.exports = {
|
||||
hooks: {
|
||||
// 'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
|
||||
'pre-commit': 'lint-staged',
|
||||
},
|
||||
};
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module.exports = {
|
||||
'*.{ts,tsx}': ['prettier', 'eslint --fix', 'git add'],
|
||||
'*.{ts,tsx}': ['prettier', 'eslint --fix'],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue