Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Disable Filename, object odering, and type predicates - Closes #826 #827

Merged
merged 1 commit into from
Oct 22, 2018

Conversation

shuse2
Copy link
Contributor

@shuse2 shuse2 commented Oct 19, 2018

What was the problem?

TSLint config was too strict.

object-literal-sort-keys: false => object order often has more meaning in order than alphabetical
strict-type-predicates: false => better to check considering non-typescript usecase
file-name-casing: false => snake_case is not supported

Review checklist

  • The PR resolves Disable tslint config #826
  • All new code is covered with unit tests
  • All new code was formatted with Prettier
  • Linting passes
  • Tests pass
  • Commit messages follow the commit guidelines
  • Documentation has been added/updated

@shuse2 shuse2 merged commit bf52f49 into development Oct 22, 2018
@shuse2 shuse2 deleted the 826-disable_lint_configs branch October 22, 2018 11:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants