ESLint GetRules is a quick wrapper around core ESLint classes to access detailed rule information via API. Unfortunetely such an API is not (yet) available in ESLint itself.
$ npm install eslint-get-rules$ yarn add eslint-get-rulesgetRawRules(options) => Map<string, Rule>getFixableRules(options) => Set<string>
Apache License; Version 2.0, January 2004
Copyright 2022
Sebastian Software GmbH