Closed
Description
I have been playing around with this idea for some time. Why? I miss some of the plugins and functionality of eslint in typescript (ay11, import, airbnb, unicorn with some other plugins and configs.)
Here's my gist with settings: https://gist.github.com/azdanov/7e74ed6ce41536b08277f4121a4f5218
And a working repo:
https://github.com/azdanov/tslint-eslint-crats
What is important:
typescript-eslint-parser
- main reason why this works.import/resolver
- helps with import statements.overrides
- make sure to run the typescript parser only on.ts
and.tsx
files.tslint.json
- modified for using prettier autofix.
Issues:
eslint --fix
not working.- https://github.com/eslint/typescript-eslint-parser#known-issues
Metadata
Metadata
Assignees
Labels
No labels