Skip to content

Commit cad8154

Browse files
alan-agius4dgp1130
authored andcommittedMar 24, 2020
feat(@angular-devkit/build-angular): change tslint default formatter to stylish
Change the default tslint formatter to stylish as offers a better output
1 parent 2e84203 commit cad8154

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/angular/cli/lib/config/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2024,7 +2024,7 @@
20242024
"format": {
20252025
"type": "string",
20262026
"description": "Output format (prose, json, stylish, verbose, pmd, msbuild, checkstyle, vso, fileslist, codeFrame).",
2027-
"default": "prose",
2027+
"default": "stylish",
20282028
"anyOf": [
20292029
{
20302030
"enum": [

‎packages/angular_devkit/build_angular/src/tslint/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"format": {
4444
"type": "string",
4545
"description": "Output format (prose, json, stylish, verbose, pmd, msbuild, checkstyle, vso, fileslist).",
46-
"default": "prose",
46+
"default": "stylish",
4747
"anyOf": [
4848
{
4949
"enum": [

0 commit comments

Comments
 (0)
Please sign in to comment.