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