1.0.2 • Published 2 years ago

eslint-get-rules v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

ESLint GetRules

Sponsored by Version Downloads Node.js CI

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

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.2

2 years ago