Move opinionated rules from 'eslint-recommended' to 'recommended'? #592
Labels
enhancement
New feature or request
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
recommended-rules
Discussion about recommended rule sets
While looking at #591, I encountered something that I wanted to discuss separately.
Intuitively, I would think that a typical config could look like this:
However,
@typescript-eslint/eslint-recommended
already contains some opinionated rules so adding it to our config actually yielded some new errors, which I wouldn't have expected.I think I'd prefer if
eslint-recommended
was just a compatibility config while all the additional, opinionated and possibly stricter rules were inrecommended
. What do you think?The text was updated successfully, but these errors were encountered: