This package has been deprecated

Author message:

this package has been deprecated. use @patternfly/eslint-plugin-patternfly-react instead.

@redallen-patternfly/eslint-plugin-patternfly-react

0.7.0 • Public • Published

eslint-plugin-patternfly-react

This package provides PatternFly React all ESLint rules bundled together for use in PatternFly React and downstream applications.

Installing

yarn add -D eslint-plugin-patternfly-react

or

npm install eslint-plugin-patternfly-react --save-dev

Usage

Add eslint-plugin-patternfly-react to your .eslintrc.json or .eslintrc.js.

.eslintrc.json:

{
  "plugins": ["plugin:patternfly-react/recommended"]
}

.eslintrc.js:

module.exports = {
  root: true,
  extends: ['plugin:patternfly-react/recommended']
};

Building

yarn build

Note the build scripts for this are located in the root package.json under yarn build.

Publishing

yarn publish

Readme

Keywords

Package Sidebar

Install

npm i @redallen-patternfly/eslint-plugin-patternfly-react

Weekly Downloads

1

Version

0.7.0

License

Apache-2.0

Unpacked Size

23.4 kB

Total Files

7

Last publish

Collaborators

  • redallen