.babelrc.js should not be ignored by default #10089
Labels
archived due to age
This issue has been archived; please open a new issue for any further discussion
cli
Relates to ESLint's command-line interface
enhancement
This change enhances an existing feature of ESLint
evaluating
The team will evaluate this issue to decide whether it meets the criteria for inclusion
By default ESLint ignores dot files and folders, presumably because they are often generated or temporary.
As an exception,
.babelrc.js
files should not be ignored by default. These commonly used files are manually authored and should be linted.A lot of people either don't realise their babel configs are not being linted or they can't be bothered to mess around with
eslintIgnore
glob weirdness.Tell us about your environment
The text was updated successfully, but these errors were encountered: