File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 16
16
},
17
17
"index" : " src/index.html" ,
18
18
"tsConfig" : " src/tsconfig.app.json" ,
19
- "polyfills" : [
20
- " src/polyfills.ts"
21
- ],
19
+ "polyfills" : [" src/polyfills.ts" ],
22
20
"assets" : [
23
21
" src/assets" ,
24
22
" src/favicon.ico" ,
32
30
},
33
31
" src/apple-app-site-association"
34
32
],
35
- "styles" : [
36
- " src/styles.css" ,
37
- " src/theme.scss"
38
- ],
39
- "scripts" : [
40
- " node_modules/marked/lib/marked.js"
41
- ],
33
+ "styles" : [" src/styles.css" , " src/theme.scss" ],
34
+ "scripts" : [" node_modules/marked/lib/marked.esm.js" ],
42
35
"aot" : false ,
43
36
"extractLicenses" : false ,
44
37
"sourceMap" : true ,
91
84
"lint" : {
92
85
"builder" : " @angular-eslint/builder:lint" ,
93
86
"options" : {
94
- "lintFilePatterns" : [
95
- " src/**/*.ts" ,
96
- " src/**/*.html"
97
- ]
87
+ "lintFilePatterns" : [" src/**/*.ts" , " src/**/*.html" ]
98
88
}
99
89
}
100
90
}
117
107
},
118
108
"cli" : {
119
109
"analytics" : false ,
120
- "schematicCollections" : [
121
- " @angular-eslint/schematics"
122
- ]
110
+ "schematicCollections" : [" @angular-eslint/schematics" ]
123
111
}
124
112
}
You can’t perform that action at this time.
0 commit comments