eslint-config-xo-typescript
eslint-config-xo-typescript copied to clipboard
Better compatibility with XO Prettier
By enabling XO prettier and using this plugin, you get duplicated errors with rules @typescript-eslint/indent and @typescript-eslint/semi. There should be auto compatibility as they are both integrated within XO.
Not much we can do until https://github.com/xojs/xo/issues/373 is done, as shareable rules cannot really check if whether other rules exists.
@sindresorhus the linked issue is now closed, could this be implemented now?
Yes. It's now possible. Not something I plan to work on though.