0.0.5 • Published 4 years ago
eslint-plugin-fstore v0.0.5
eslint-plugin-fstore
This plugin intends to support linting of fstore workspaces
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-fstore:
$ npm install eslint-plugin-fstore --save-devUsage
Add fstore to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"fstore"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"fstore/export-function-as-default": 2
}
}Supported Rules
- export-function-as-default