eslint-plugin-rgl
v0.0.1
Published
eslint plugin for rgl components (.rgl files)
Downloads
10
Maintainers
Readme
eslint-plugin-rgl
eslint plugin for rgl component files (I mean, .rgl
files).
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-rgl
:
$ npm install eslint-plugin-rgl --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-rgl
globally.
Usage
Add rgl
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"rgl"
]
}
License
MIT