eslint-plugin-macaron
v1.0.2
Published
change our own absolute path
Downloads
1
Maintainers
Readme
eslint-plugin-macaron
change our own absolute path
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-macaron
:
npm install eslint-plugin-macaron --save-dev
Usage
Add macaron
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"macaron"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"macaron/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here