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