feat: add lint staged and husky
parent
9173e57a39
commit
ad4552b15c
@ -0,0 +1,4 @@
|
||||
export default {
|
||||
'**/*.js?(x)': ['next lint --fix'],
|
||||
'**/*.ts?(x)': ['next lint --fix'],
|
||||
}
|
||||
Loading…
Reference in New Issue