Weaver components should switch to ESLint #462
Labels
5
Two and half days of work
enhancement
New feature or request
patch
Development requiring a patch version change
Currently, we are using TSLint, which has been deprecated. ESLint should be used instead.
This will require introducing a configuration for ESLint which mirrors the settings we have configured for TSLint. In addition to this, our linting process is implicated in our build process and this will need to be switched over to ESLint.
This will require the removal of codelyzer
and angular-tslint-rules.
Additionally there are tslint comments throughout code which will need to be updated to eslint style comments.
A possible aid to this task could be using the angular CLI to create a fresh project and observe the linting setup within that new project.
References:
The text was updated successfully, but these errors were encountered: