breakaway-eslint-plugin-patternfly-react

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

Usage no npm install needed!

<script type="module">
  import breakawayEslintPluginPatternflyReact from 'https://cdn.skypack.dev/breakaway-eslint-plugin-patternfly-react';
</script>

README

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