{ "ci": { "collect": { "staticDistDir": "./dist", "url": ["http://localhost/index.html", "http://localhost/projects/jobtrack/index.html"], "numberOfRuns": 1 }, "assert": { "assertions": { "categories:performance": ["error", { "minScore": 0.95 }], "categories:accessibility": ["error", { "minScore": 1 }], "categories:seo": ["error", { "minScore": 1 }], "largest-contentful-paint": ["error", { "maxNumericValue": 1800 }], "cumulative-layout-shift": ["error", { "maxNumericValue": 0.02 }], "total-blocking-time": ["error", { "maxNumericValue": 100 }], "unused-javascript": "off" } } } }