0.0.0-2 • Published 7 years ago
@urc/eslint-plugin v0.0.0-2
@urc/eslint-plugin
eslint plugin for URC(universal react component)
Installation
$ npm i eslint @urc/eslint-plugin -DNote: 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