{ "*.{cjs,js,jsx,ts,tsx}": [ "yarn lint:precommit", "yarn test --passWithNoTests --findRelatedTests" ], "*.json": "prettier --write" }