Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from liatrio/fix/formatting
Browse files Browse the repository at this point in the history
fix: formatting for prettier
  • Loading branch information
amber-beasley-liatrio authored Nov 7, 2024
2 parents 85817aa + e03fbbf commit bce0412
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"backstage-plugin-github-releases-assets-backend/src",
"backstage-plugin-github-releases-autogov/src"
],
"exclude": [
"node_modules"
],
"exclude": ["node_modules"],
"compilerOptions": {
"outDir": "dist-types",
"rootDir": ".",
Expand All @@ -16,4 +14,4 @@
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
}
}
}

0 comments on commit bce0412

Please sign in to comment.