-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Migrating from tslint to eslint #95
Conversation
Hey @imRohan I finished the tslint to eslint migration. I don't know if you agree with this code-style, but hit me up if you need any change. I configured eslint so that any variable with an implicit or explicit any type is reported as a warning (The goal should be that everything is typed). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! 👏 There are a lot of changes here so I think ill take some time to review this one but here are a few high-level change requests that we should consider making.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok cool, everything looks good.
Just squash your commits and update both the commit message & PR message and we'll merge this one in.
Glad we're finally dropping tslint! 🚀
* 🚨 Migrated from tslint to eslint * 🔧 Fixed a few eslint errors * 🔧 Fixed most of the linter errors and settings Fixed the easily fixable linter errors like trailing whitespace. Next up is typing. * 🔧 Finalized eslint installation, fixed package.json scripts Also removed tslint * 🔧 Fixed eslint brace-style rule allowSingleLine for braces * 🔧 Removed comments from config file, fixed typo Fixes: #88, #95 🔧 Removed comments from config file, fixed typo
@imRohan Finished changes 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! 👏
🔧 Migrated from tslint to eslint
Because tslint is deprecated now
Fixed the easily fixable linter errors like trailing whitespace. Next up is typing.
Also removed tslint
allowSingleLine for braces
Resolves: #88 #95