Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
chore: remove trailing comma as this is a non standard (#4815)
Browse files Browse the repository at this point in the history
* remove trailing comma as this is a non standard

* remove trailing comma as this is a non standard

* remove trailing comma as this is a non standard
  • Loading branch information
PG2000 committed Dec 1, 2020
1 parent 41191b3 commit 4aec384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@stratosui/cf-autoscaler": ["frontend/packages/cf-autoscaler/src/public_api.ts"],
"@example/extensions": ["frontend/packages/example-extensions/src/public-api.ts"],
"@stratosui/kubernetes": ["frontend/packages/kubernetes/src/public-api.ts"],
"@stratosui/git": ["frontend/packages/git/src/public_api.ts"],
"@stratosui/git": ["frontend/packages/git/src/public_api.ts"]
}
}
}
2 changes: 1 addition & 1 deletion src/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"preserveSymlinks": true,
"preserveSymlinks": true
}
}
2 changes: 1 addition & 1 deletion src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"jasmine",
"node"
]
},
}
}

0 comments on commit 4aec384

Please sign in to comment.