SonarTS icon indicating copy to clipboard operation
SonarTS copied to clipboard

[Question] Running this inside of Eslint? [Not: eslint-plugin-sonarjs]

Open fbartho opened this issue 6 years ago • 1 comments

As of recent updates over the past few months, the TypeScript-core team has contributed to eslint to support directly linting TypeScript code. Context: Announcement Post

About a month ago, my team switched entirely away from TSLint to ESLint with TypeScript Support. We're about to expand our TypeScript from our team to multiple teams within our company, and we just discovered SonarTS.

Is it possible to run this project directly inside of ESLint & still get all the rules that need Type Support? I'd love to include this project in my recommendations for the company's stack.

Thanks in advance!

fbartho avatar May 08 '19 17:05 fbartho

I didn't try myself yet but this one should work -> https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin-tslint

vilchik-elena avatar May 08 '19 20:05 vilchik-elena