Description
The .eslintrc.json configuration has a structural bug where 15 lint rules are nested inside the parserOptions object instead of the top-level rules object.
ESLint silently ignores unknown keys in parserOptions, so these rules have never been enforced.
Description
The
.eslintrc.jsonconfiguration has a structural bug where 15 lint rules are nested inside theparserOptionsobject instead of the top-levelrulesobject.ESLint silently ignores unknown keys in
parserOptions, so these rules have never been enforced.