@urc/eslint-plugin

0.0.0-2 • Public • Published

@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

Package Sidebar

Install

npm i @urc/eslint-plugin

Weekly Downloads

0

Version

0.0.0-2

License

MIT

Unpacked Size

10.7 kB

Total Files

12

Last publish

Collaborators

  • weiran.zsd
  • xuedingedemao