You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's still one linter failure locally, but it's because tslint crashes. This bug was reported (palantir/tslint#4949), but hasn't been fixed because tslint is deprecated. You might want to switch to typescript-eslint or another linting tool.
* 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 script & also removed tslint
* Fixed eslint brace-style rule allowSingleLine for braces
* Removed comments from config file, fixed typo
Fixes: #88, #95
There's still one linter failure locally, but it's because
tslint
crashes. This bug was reported (palantir/tslint#4949), but hasn't been fixed becausetslint
is deprecated. You might want to switch totypescript-eslint
or another linting tool.Originally posted by @AnnikaCodes in #84 (comment)
The text was updated successfully, but these errors were encountered: