eslint-get-rules
v1.0.2
Published
Tool for getting meta-data of eslint rules in the current project.
Downloads
9
Readme
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