Closed ktaragorn closed 5 years ago
Hi! Have you seen #287? We generally want to do this automatically. What would be the best dependency to look for. (We basically have a mapping from package to selector in that PR.)
@kaste Nice, I would have expected that. @typescript-eslint
should be the right plugin for this?
specifically in package.json, the packages used are @typescript-eslint/eslint-plugin
and @typescript-eslint/parser
, in eslintrc
it is declared as @typescript-eslint
I'll take the update here anyways. It's a good reference even if we need to rewrite the README after we land auto-selectors.
For #287, I go with '@typescript-eslint/parser': 'source.ts'
for now since the parser is needed for eslint to actually read 'ts' files, and then on top of that you can have probably multiple ts linters. That's how I read their README at least.
Sounds good, tnx!
Also clean up a bit.