This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(tslint): update lint rules Before no lint rules were being enforced. Fixes #646. * chore(tslint): clean up lint errors Adjusted rules to not force trailing commas and not force sorting objects by the name property, which in our case is not ideal since the route is more important. * chore(tslint): fix broken tslint configuration - tslint v6.0.0 requires a different lint configuration (was currently broken). Fixed by moving options out of reporter for both skeletons. - Updated typescript-aspnetcore to clean linting errors - Added tslint.json to typescript-aspnetcore
- Loading branch information