In a .eslintrc
file, we can use:
"extends": "eslint:recommended"
to extend the recommended rules provided by eslint, and in the rule list, many of them are marked as "recommended".
My question what is the exact rule definitions for them? I searched in the repo of eslint, but not found it.
Freewind's answer is pointing to a specific commit – now outdated.
The current eslint:recommended
rules can be found at github.com/eslint/eslint/blob/master/conf/eslint-recommended.js.