{
  "*.{js,ts,jsx,tsx,json,yml}": ["prettier --write --cache", "git add ."],
  "*.{js,ts,jsx,tsx,!dist/**}": ["eslint --cache --fix", "git add ."]
}
