Setup

Configure default budgets for new projects. Full install steps are in the docs.

{
  "budgets": [
    {
      "path": "/*",
      "maxSize": "250kb",
      "enforce": "warn"
    }
  ],
  "githubComment": true,
  "suggestions": true
}