feat: add code style (#242)

This commit is contained in:
Joel
2023-05-29 17:49:01 +08:00
committed by GitHub
parent 408fb502a1
commit 091beffae7
7 changed files with 53 additions and 8 deletions

View File

@@ -23,6 +23,6 @@
]
}
],
"react-hooks/exhaustive-deps": "warning"
"react-hooks/exhaustive-deps": "warn"
}
}
}