screepers / typed-screeps

Strong TypeScript declarations for the game Screeps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to typescript-eslint

pyrodogg opened this issue · comments

TSLint is being actively deprecated in favor of TypeScript ESLint. The two linters define rules differently, so work will need to be done to update linting rules with minimal impact to current coding style.

I recently did the update, I had intentions of doing a PR with it, my ai repo holds a bunch of commits. I'll see if I can find time to do a PR soon ☺

As discussed in Discord. DefinitelyTyped currently uses dstlint to run tests, which internally uses tslint. Thus we should use that for now.