Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start to fill gaps as defined in the backlog #33

Merged
merged 16 commits into from
May 16, 2017

Conversation

egamma
Copy link
Contributor

@egamma egamma commented May 16, 2017

Progress on this backlog described in #32. The PR got larger than I wanted, sorry.

  • added a folder with manual tests
  • added several settings, support to disable work around to disable the NoUnusedVariableRule
                "alwaysShowRuleFailuresAsWarnings": false,
                "ignoreDefinitionFiles": true
                "configFile": "../tslint.json",
                "disableNoUnusedVariableRule": false
  • enabled tslint
  • add some stricter TS settings like noImplicit any
  • clean-up code to remove the left over tslint 3 support
  • documented dev setup

@angelozerr angelozerr merged commit bb0da4e into angelozerr:master May 16, 2017
@angelozerr
Copy link
Owner

Thanks @egamma !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants