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