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 1616 },
1717 "index" : " src/index.html" ,
1818 "tsConfig" : " src/tsconfig.app.json" ,
19- "polyfills" : [
20- " src/polyfills.ts"
21- ],
19+ "polyfills" : [" src/polyfills.ts" ],
2220 "assets" : [
2321 " src/assets" ,
2422 " src/favicon.ico" ,
3230 },
3331 " src/apple-app-site-association"
3432 ],
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" ],
4235 "aot" : false ,
4336 "extractLicenses" : false ,
4437 "sourceMap" : true ,
9184 "lint" : {
9285 "builder" : " @angular-eslint/builder:lint" ,
9386 "options" : {
94- "lintFilePatterns" : [
95- " src/**/*.ts" ,
96- " src/**/*.html"
97- ]
87+ "lintFilePatterns" : [" src/**/*.ts" , " src/**/*.html" ]
9888 }
9989 }
10090 }
117107 },
118108 "cli" : {
119109 "analytics" : false ,
120- "schematicCollections" : [
121- " @angular-eslint/schematics"
122- ]
110+ "schematicCollections" : [" @angular-eslint/schematics" ]
123111 }
124112}
You can’t perform that action at this time.
0 commit comments