eslint-get-rules
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Logo of Sebastian Software GmbH, Mainz, Germany

Copyright 2022
Sebastian Software GmbH

Readme

Keywords

Package Sidebar

Install

npm i eslint-get-rules

Weekly Downloads

6

Version

1.0.2

License

Apache-2.0

Unpacked Size

23.2 kB

Total Files

8

Last publish

Collaborators

  • swernerx