Open rakleed opened 2 days ago
We'd probably take this change, but all of our projects are in TypeScript, and TypeScript is the Rushstack recommended language, so we probably wouldn't put this change together ourselves. If someone else wants to take this on, go for it!
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: https://github.com/microsoft/rushstack/blob/871e7000a6036393f6e005e00db63ab3ef59be15/eslint/eslint-config/profile/_common.js#L213-L218It 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
)?