0.3.10 • Published 4 years ago
@agoric/eslint-plugin v0.3.10
eslint-plugin-agoric
Agoric-specific plugin
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-agoric:
$ npm install eslint-plugin-agoric --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-agoric globally.
Usage
Add agoric to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"agoric"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"agoric/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
0.3.10
4 years ago
0.3.9
4 years ago
0.3.8
4 years ago
0.3.6
4 years ago
0.3.5
4 years ago
0.3.4
4 years ago
0.3.3
4 years ago
0.3.2
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.2-dev.0
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.1-dev.0
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago