diff --git a/angular.json b/angular.json index abc00e2..ceba34d 100644 --- a/angular.json +++ b/angular.json @@ -17,22 +17,15 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "allowedCommonJsDependencies": [ - "apexcharts" - ], + "allowedCommonJsDependencies": ["apexcharts"], "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", - "assets": [ - "src/favicon.ico", - "src/assets" - ], - "styles": [ - "src/styles.scss" - ], + "assets": ["src/favicon.ico", "src/assets"], + "styles": ["src/styles.scss"], "scripts": [] }, "configurations": { @@ -40,8 +33,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "1.2mb", - "maximumError": "1.2mb" + "maximumWarning": "1.5mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", @@ -96,10 +89,7 @@ "lint": { "builder": "@angular-eslint/builder:lint", "options": { - "lintFilePatterns": [ - "src/**/*.ts", - "src/**/*.html" - ] + "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"] } } } @@ -107,8 +97,6 @@ }, "cli": { "analytics": "b68da35f-6e9b-4e25-9791-9b99b359fd6e", - "schematicCollections": [ - "angular-eslint" - ] + "schematicCollections": ["angular-eslint"] } }