List current eslint rules May 15, 2020 productivity , til , tools 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.