1.0.0 • Published 2 years ago

eslint-plugin-yattho-react v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-plugin-yattho-react

npm package

ESLint rules for Yattho React

Inspired by Github's Primer Design System.

Installation

  1. Assuming you already have ESLint and Yattho React installed, run:

    npm install --save-dev eslint-plugin-yattho-react
    
    # or
    
    yarn add --dev eslint-plugin-yattho-react
  2. In your ESLint configuration file, extend the recommended Yattho React ESLint config:

    {
      "extends": [
        // ...
        "plugin:yattho-react/recommended"
      ]
    }

Rules