chore: change lint rule
parent
c9343823a6
commit
e7fa3febf2
@ -0,0 +1,7 @@
|
||||
/**/node_modules/*
|
||||
node_modules/
|
||||
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
.next/
|
||||
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
cd ./web && npx lint-staged
|
||||
@ -1,4 +0,0 @@
|
||||
export default {
|
||||
'**/*.js?(x)': ['next lint --fix'],
|
||||
'**/*.ts?(x)': ['next lint --fix'],
|
||||
}
|
||||
Loading…
Reference in New Issue