We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31652bc commit 6ed14f0Copy full SHA for 6ed14f0
angular.json
@@ -43,7 +43,6 @@
43
},
44
"configurations": {
45
"production": {
46
- "optimization": false,
47
"budgets": [
48
{
49
"type": "initial",
@@ -112,22 +111,8 @@
112
111
"sourceMap": false,
113
"scripts": []
114
}
115
- },
116
- "lint": {
117
- "builder": "@angular-eslint/builder:lint",
118
- "options": {
119
- "lintFilePatterns": [
120
- "src/**/*.ts",
121
- "src/**/*.html"
122
- ]
123
- }
124
125
126
127
128
- "cli": {
129
- "schematicCollections": [
130
- "@angular-eslint/schematics"
131
132
133
-}
+}
0 commit comments