{
  "*.{js,jsx,ts,tsx}": ["eslint --fix", "pretty-quick --staged"],
  "*.{json,md}": ["pretty-quick --staged"]
}
