Skip to content

Commit 330dada

Browse files
committed
fix marked error
1 parent 4881c26 commit 330dada

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

angular.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
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",
@@ -32,13 +30,8 @@
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,
@@ -91,10 +84,7 @@
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
}
@@ -117,8 +107,6 @@
117107
},
118108
"cli": {
119109
"analytics": false,
120-
"schematicCollections": [
121-
"@angular-eslint/schematics"
122-
]
110+
"schematicCollections": ["@angular-eslint/schematics"]
123111
}
124112
}

0 commit comments

Comments
 (0)