Skip to content

Instantly share code, notes, and snippets.

@lucalves
Created July 8, 2022 12:53
Show Gist options
  • Save lucalves/b6152e046a8dc9cc94122c50f01c52e8 to your computer and use it in GitHub Desktop.
Save lucalves/b6152e046a8dc9cc94122c50f01c52e8 to your computer and use it in GitHub Desktop.
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
"prettier src --write",
"eslint src --fix",
"git add"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment