0.0.0-2 • Published 6 years ago

@urc/eslint-plugin v0.0.0-2

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

@urc/eslint-plugin

eslint plugin for URC(universal react component)

Installation

$ npm i eslint @urc/eslint-plugin -D

Note: If you installed ESLint globally (using the -g flag) then you must also install @urc/eslint-plugin globally.

Usage

Add @urc/eslint-plugin to the plugins section of your .eslintrc configuration file:

{
    "extends": ["plugin:@urc/eslint-plugin/recommended"],
    "plugins": [
        "@urc/eslint-plugin"
    ]
}

Supported Rules

  • TODO: Fill in provided rules here