{
  "*.{js,ts}": ["prettier --write", "eslint --fix"],
  "*.{html,md,json}": ["prettier --write"]
}
