Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upchore: migrate to TypeScript (no runtime code changes) #410
Conversation
|
First experimental branch: https://github.com/htmlhint/HTMLHint/tree/chore/typescript-sub-1 I created an initial process workflow to leave our current rollup build unchanged |
|
@thedaviddias I think I want to request a first review! There are still eslint is currently configured to allow warnings so the build can be triggered |
|
For now I disabled some eslint rules and added some TODOs to resolve them later This PR didn't touched runtime-code |
|
I have improved linting for the project so test folder is also linted with typescript checking and I improved linting with type-checking enabled. |
Shinigami92 commentedMay 19, 2020
•
edited
Short description of what this resolves:
We want to create a stable code base in which errors can be identified quickly
Proposed changes:
closes #202
closes #277