Freewind's answer is pointing to a specific commit – now outdated.
All rules are listed here https://eslint.org/docs/latest/rules/. from the list you can easily find the eslint:recommended rules - as they are marked with this icon:
Freewind's answer is pointing to a specific commit – now outdated.
All rules are listed here https://eslint.org/docs/latest/rules/. from the list you can easily find the eslint:recommended rules - as they are marked with this icon:
As of today (February 2023), the list can be found in this file:
https://github.com/eslint/eslint/blob/main/packages/js/src/configs/eslint-recommended.js
Videos
Hey all, I am in the process of creating my own eslint version 9 set of rules with a flat config for the first time and I am wondering what you guys are using or recommending as a must have?
I use Typescript with React so thought to definitely include eslint-plugin-react and typescript-eslint. What else? I saw there is sonar eslint too but this one seems not so popular?
Do you have any "gems" that are not enabled by default or not popular but still a great addition?
I also see that many rules can be customized a bit, do you recommend that or rather not?
Really curious and interested about your experience on this, thanks!
» npm install @eslint/js
» npm install eslint