Skip to content

Commit d924c30

Browse files
authored
Merge pull request #683 from aspnetboilerplate/issue-#7128
Add Prettier and ESLint configuration
2 parents 9b79531 + ec7b712 commit d924c30

File tree

174 files changed

+12747
-10619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+12747
-10619
lines changed

angular/.prettierrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"printWidth": 120,
3+
"singleQuote": true,
4+
"htmlWhitespaceSensitivity": "ignore",
5+
"semi": true,
6+
"trailingComma": "es5",
7+
"bracketSpacing": true,
8+
"tabWidth": 4,
9+
"useTabs": false,
10+
"endOfLine": "auto",
11+
"bracketSameLine": true
12+
}
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"iisSettings": {
3-
"windowsAuthentication": false,
4-
"anonymousAuthentication": true,
5-
"iisExpress": {
6-
"applicationUrl": "http://localhost:14424/",
7-
"sslPort": 0
8-
}
9-
},
10-
"profiles": {
11-
"IIS Express": {
12-
"commandName": "IISExpress",
13-
"launchBrowser": true,
14-
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development"
16-
}
2+
"iisSettings": {
3+
"windowsAuthentication": false,
4+
"anonymousAuthentication": true,
5+
"iisExpress": {
6+
"applicationUrl": "http://localhost:14424/",
7+
"sslPort": 0
8+
}
179
},
18-
"AbpCompanyName.AbpProjectName.AngularUI": {
19-
"commandName": "Project",
20-
"launchBrowser": true,
21-
"launchUrl": "http://localhost:5000",
22-
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development"
24-
}
10+
"profiles": {
11+
"IIS Express": {
12+
"commandName": "IISExpress",
13+
"launchBrowser": true,
14+
"environmentVariables": {
15+
"ASPNETCORE_ENVIRONMENT": "Development"
16+
}
17+
},
18+
"AbpCompanyName.AbpProjectName.AngularUI": {
19+
"commandName": "Project",
20+
"launchBrowser": true,
21+
"launchUrl": "http://localhost:5000",
22+
"environmentVariables": {
23+
"ASPNETCORE_ENVIRONMENT": "Development"
24+
}
25+
}
2526
}
26-
}
27-
}
27+
}

angular/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0-beta.31.
44

55
## Development server
6+
67
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
78

89
## Code scaffolding

0 commit comments

Comments
 (0)