List current eslint rules
Do you have some eslint plugins in place and want to list all the applied rules in your setup?
You can run this command
eslint --print-config [path to eslintrc file]
It will output the compiled config of eslintrc including all the rules.