agent-js icon indicating copy to clipboard operation
agent-js copied to clipboard

Replace remaining tslint usage with eslint

Open hansl opened this issue 4 years ago • 1 comments

hansl avatar Feb 20 '21 00:02 hansl

~/dfinity/agent-js  bengo/1614194580/bs-lint-fix ✔                                                                                 4h18m  
▶ git grep tslint | cut -f1 -d':' | uniq | tr '/' ' ' | cut -d' ' -f2 | uniq
bootstrap
identity-provider
node # e2e/node
agent
authentication

Some steps (will bite off as PRs working toward the goal of this OP)

  • [ ] remove tslint from e2e/node
  • [ ] remove tslint from agent
  • [ ] remove tslint from authentication
  • [ ] remove tslint from identity-provider
  • remove tslint from bootstrap (see https://github.com/dfinity/agent-js/issues/243)

gobengo avatar Feb 24 '21 23:02 gobengo