Skip to content

Commit

Permalink
engine=spotless
Browse files Browse the repository at this point in the history
nb_files_neither_included_nor_excluded: 19
nb_files_formatted: 4
eventKey: random-fb3127ff-b97f-4c1a-b71a-69c6fb87baa9
  • Loading branch information
cleanthat[bot] authored Feb 4, 2024
1 parent 684b201 commit f11e701
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 32 deletions.
3 changes: 2 additions & 1 deletion src/Blazor/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

date: 2023-07-13T05:44:46:00-05:00Z
description: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, yadda, yadda, yadda...
keywords:
Expand All @@ -21,7 +22,7 @@ license: MIT
slug: mit-license
title: MIT License
type: license
---
-------------

# MIT License

Expand Down
12 changes: 6 additions & 6 deletions src/Blazor/src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions src/Blazor/src/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author": {
"name": "David G. Moore, Jr.",
"email": "[email protected]"
},
"dependencies": {
"@microsoft/dotnet-js-interop": "^8.0.0"
}
}
{
"author": {
"email": "[email protected]",
"name": "David G. Moore, Jr."
},
"dependencies": {
"@microsoft/dotnet-js-interop": "^8.0.0"
}
}
29 changes: 13 additions & 16 deletions src/Blazor/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"compileOnSave": true,
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true,
"copyToOutput": {
"include": [
"appsettings.json",
"appsettings.Development.json"
]
}
},
"compilerOptions": {
"outDir": "../wwwroot/"
}
}
{
"buildOptions": {
"copyToOutput": {
"include": [ "appsettings.json", "appsettings.Development.json" ]
},
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"compileOnSave": true,
"compilerOptions": {
"outDir": "../wwwroot/"
}
}

0 comments on commit f11e701

Please sign in to comment.