Skip to content

Commit

Permalink
feat(@angular-devkit/build-angular): change tslint default formatter …
Browse files Browse the repository at this point in the history
…to stylish

Change the default tslint formatter  to stylish as offers a better output
  • Loading branch information
alan-agius4 authored and dgp1130 committed Mar 24, 2020
1 parent 2e84203 commit cad8154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/angular/cli/lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@
"format": {
"type": "string",
"description": "Output format (prose, json, stylish, verbose, pmd, msbuild, checkstyle, vso, fileslist, codeFrame).",
"default": "prose",
"default": "stylish",
"anyOf": [
{
"enum": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"format": {
"type": "string",
"description": "Output format (prose, json, stylish, verbose, pmd, msbuild, checkstyle, vso, fileslist).",
"default": "prose",
"default": "stylish",
"anyOf": [
{
"enum": [
Expand Down

0 comments on commit cad8154

Please sign in to comment.