1.0.2 • Published 3 years ago
eslint-get-rules v1.0.2
ESLint GetRules
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.
Installation
NPM
$ npm install eslint-get-rules
Yarn
$ yarn add eslint-get-rules
Usage
getRawRules(options) => Map<string, Rule>
getFixableRules(options) => Set<string>
License
Apache License; Version 2.0, January 2004
Copyright
Copyright 2022Sebastian Software GmbH