-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects. Giving them a name like "options" fixes the issue and displays them properly. #702 900: chore(dep-update): Updating code style of ReferenceGrid r=dicarlo2 a=davemneo ### Requirements Update asserted code per new lint rules. ### Description of the Change remove 'any' type casting from identified file. ### Test Plan Standard lint test yarn lint ### Benefits Green lint test. ### Applicable Issues #758 901: chore(deps): update dependency tslint-consistent-codestyle to v1.15.0 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | tslint-consistent-codestyle | devDependencies | minor | `1.14.1` -> `1.15.0` | [source](https://renovatebot.com/gh/ajafff/tslint-consistent-codestyle) | --- ### Release Notes <details> <summary>ajafff/tslint-consistent-codestyle</summary> ### [`v1.15.0`](https://renovatebot.com/gh/ajafff/tslint-consistent-codestyle/blob/master/CHANGELOG.md#​1150) [Compare Source](https://renovatebot.com/gh/ajafff/tslint-consistent-codestyle/compare/v1.14.1...v1.15.0) **Features:** - `no-unnecessary-else` and `no-else-after-return` are now automatically fixable </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: afragapane <ahfragapane@gmail.com> Co-authored-by: Dave M <david.mathiesen@neotracker.io> Co-authored-by: Renovate Bot <bot@renovateapp.com>
- Loading branch information
Showing
7 changed files
with
32 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters