deps: remove tslint
Compare changes
Files
102+ 8
− 7
@@ -32,10 +32,12 @@
@@ -43,22 +45,21 @@
removes depcrecated tslint https://palantir.github.io/tslint/
No script command was assigner to it
Running npx tslint -c tslint.json 'src/**/*.ts'
gave a lot of errors. Some were auto-fixable.
To not loose our tslint.json
I migrated the rules used on typecsript-eslint and fixed some errors.
These are strongly recommended to assist reviewers and reduce the time to merge your change.
List all steps to set up and validate the changes on local environment.
To be completed by the chosen reviewer.