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

Commit

Permalink
Merge pull request #689 from h-da/feature/#688-auto-fix-linting
Browse files Browse the repository at this point in the history
Feature/#688 auto fix linting
  • Loading branch information
PatrickSkowronek authored May 4, 2018
2 parents 79269e1 + 1851f75 commit ca54a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added `SnackBarService` as wrapper for `MatSnackBar`. [#574](https://github.com/h-da/geli/issues/574)
- Added new course & user API unit tests. [#654](https://github.com/h-da/geli/issues/654) [#691](https://github.com/h-da/geli/issues/691)
- Added details of courseAdmin and teacher to course detail view. on click profiles are shown.[#598] (https://github.com/h-da/geli/issues/598)
- Added small auto linting scripts to package.json [#688](https://github.com/h-da/geli/issues/688)
- Added changed size of drop down arrows for better usability. [#686] (https://github.com/h-da/geli/issues/686)

### Changed
Expand Down
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"test": "istanbul cover --report json node_modules/mocha/bin/_mocha",
"posttest": "gulp remap:coverage",
"lint": "gulp tslint",
"lint:fix": "tslint --fix -c ./tslint.json 'src/**/*.ts'",
"debug": "gulp debug",
"load:fixtures": "gulp load:fixtures",
"migrate": "gulp build && node ./build/src/migrate.js",
Expand Down
1 change: 1 addition & 0 deletions app/webFrontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build-pr": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e"
},
"private": true,
Expand Down

0 comments on commit ca54a04

Please sign in to comment.