[eslint-config] Ability to use in pure JavaScript projects #4989
Labels
effort: easy
Probably a quick fix. Want to contribute? :-)
help wanted
If you're looking to contribute, this issue is a good place to start!
Summary
I would like to use the config in a project without TypeScript, as it has useful rules regardless of the presence/absence of TypeScript.
Details
By default you only look at ts files and
tsconfig.json
, although js projects use jsconfig.json:rushstack/eslint/eslint-config/profile/_common.js
Lines 213 to 218 in 871e700
It would be convenient if you made a separate config for JS projects, where these features would be taken into account.
Standard questions
@rushstack/eslint-config
version?node -v
)?The text was updated successfully, but these errors were encountered: