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

Migrate creator from TSLint to ESLint (and prettier) #136

Merged
merged 4 commits into from
Apr 29, 2019

Conversation

AlCalzone
Copy link
Collaborator

PR Checklist:

  • Provide a meaningful description to this PR or mention which issues this fixes.
  • Add tests for your change. This includes negative tests (i.e. inputs that need to fail) as well as baseline tests (i.e. how should the directory structure look like?).
  • Run the test suite with npm test
  • If there are baseline changes, review them and make a separate commit for them with the comment "accept baselines" if they are desired changes
  • Ensure the project builds with npm run build
  • If you added a required option, also add it to the template creation (travis/create_templates.ts)
  • Add your changes to CHANGELOG.md (referencing this PR or the issue you fixed)

Description:
Since TSLint is going to be deprecated, we switch to ESLint for TypeScript linting. While we're at it, also add support for prettier for automatic formatting.

@AlCalzone AlCalzone self-assigned this Apr 29, 2019
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.

1 participant