eslint-plugin-g-soft
v0.0.25
Published
G-soft rules for code formatting
Downloads
83
Maintainers
Readme
eslint-plugin-g-soft
G-soft rules for code formatting
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-g-soft:
$ npm install eslint-plugin-g-soft --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-g-soft globally.
Usage
Add g-soft to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"g-soft"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"g-soft/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
