Socket
Socket
Sign inDemoInstall

breakaway-eslint-plugin-patternfly-react

Package Overview
Dependencies
317
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    breakaway-eslint-plugin-patternfly-react

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


Version published
Maintainers
1
Install size
17.4 MB
Created

Changelog

Source

breakaway-eslint-plugin-patternfly-react@0.3.1 (2018-12-06)

:bug: Bug Fix
  • patternfly-4
    • #35 fix: root/core (@jschuler)
Committers: 1

Readme

Source

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

Keywords

FAQs

Last updated on 06 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc