Skip to content

Commit

Permalink
refactor: linting json
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch authored and barnstee committed Oct 1, 2024
1 parent fe0e927 commit 5acf723
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 68 deletions.
1 change: 0 additions & 1 deletion .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
jest: true
node: true
extends:
- "plugin:json/recommended"
- "eslint:recommended"
parserOptions:
ecmaFeatures:
Expand Down
2 changes: 1 addition & 1 deletion .github/linters/.stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"max-nesting-depth": 5,
"selector-max-compound-selectors": 5
}
}
}
86 changes: 43 additions & 43 deletions Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:38829",
"sslPort": 44358
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"UACloudPublisher": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"STORAGE_TYPE": "",
"STORAGE_CONTAINER_NAME": "uacloudpublisher",
"STORAGE_CONNECTION_STRING": "DefaultEndpointsProtocol=https;AccountName=[yourstorageaccountname];AccountKey=[key];EndpointSuffix=core.windows.net",
"AZURE_OPENAI_API_ENDPOINT": "https://[yourinstancename].openai.azure.com/",
"AZURE_OPENAI_API_KEY": "",
"AZURE_OPENAI_API_DEPLOYMENT_NAME": ""
}
}
}
}
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:38829",
"sslPort": 44358
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"UACloudPublisher": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"STORAGE_TYPE": "",
"STORAGE_CONTAINER_NAME": "uacloudpublisher",
"STORAGE_CONNECTION_STRING": "DefaultEndpointsProtocol=https;AccountName=[yourstorageaccountname];AccountKey=[key];EndpointSuffix=core.windows.net",
"AZURE_OPENAI_API_ENDPOINT": "https://[yourinstancename].openai.azure.com/",
"AZURE_OPENAI_API_KEY": "",
"AZURE_OPENAI_API_DEPLOYMENT_NAME": ""
}
}
}
}
6 changes: 3 additions & 3 deletions appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}
20 changes: 10 additions & 10 deletions appsettings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
20 changes: 10 additions & 10 deletions libman.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "[email protected]",
"destination": "wwwroot/lib/Chart.js/"
}
]
}
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "[email protected]",
"destination": "wwwroot/lib/Chart.js/"
}
]
}

0 comments on commit 5acf723

Please sign in to comment.