chore: add lint-staged with husky pre-commit hook for automated linting
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { Configuration } from 'lint-staged'
|
||||
|
||||
const config: Configuration = {
|
||||
'*.{js,jsx,ts,tsx}': 'eslint --fix'
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user