Skip to content

Commit 9c37f33

Browse files
committed
npm run format
1 parent 8a0829a commit 9c37f33

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

angular.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"apps/examples/src/favicon.ico",
2020
"apps/examples/src/assets"
2121
],
22-
"styles": [
23-
"apps/examples/src/styles.css"
24-
],
22+
"styles": ["apps/examples/src/styles.css"],
2523
"scripts": [],
2624
"vendorChunk": true,
2725
"extractLicenses": false,
@@ -86,15 +84,11 @@
8684
"apps/examples/src/**/*.html"
8785
]
8886
},
89-
"outputs": [
90-
"{options.outputFile}"
91-
]
87+
"outputs": ["{options.outputFile}"]
9288
},
9389
"test": {
9490
"builder": "@nrwl/jest:jest",
95-
"outputs": [
96-
"coverage/apps/examples"
97-
],
91+
"outputs": ["coverage/apps/examples"],
9892
"options": {
9993
"jestConfig": "apps/examples/jest.config.js",
10094
"passWithNoTests": true
@@ -123,13 +117,9 @@
123117
"lint": {
124118
"builder": "@nrwl/linter:eslint",
125119
"options": {
126-
"lintFilePatterns": [
127-
"apps/examples-e2e/**/*.{js,ts}"
128-
]
120+
"lintFilePatterns": ["apps/examples-e2e/**/*.{js,ts}"]
129121
},
130-
"outputs": [
131-
"{options.outputFile}"
132-
]
122+
"outputs": ["{options.outputFile}"]
133123
}
134124
}
135125
},
@@ -160,15 +150,11 @@
160150
"libs/ngx-http-request-state/src/**/*.html"
161151
]
162152
},
163-
"outputs": [
164-
"{options.outputFile}"
165-
]
153+
"outputs": ["{options.outputFile}"]
166154
},
167155
"test": {
168156
"builder": "@nrwl/jest:jest",
169-
"outputs": [
170-
"coverage/libs/ngx-http-request-state"
171-
],
157+
"outputs": ["coverage/libs/ngx-http-request-state"],
172158
"options": {
173159
"jestConfig": "libs/ngx-http-request-state/jest.config.js",
174160
"passWithNoTests": true

0 commit comments

Comments
 (0)