0.0.5 • Published 3 years ago

eslint-plugin-fstore v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-fstore

This plugin intends to support linting of fstore workspaces

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-fstore:

$ npm install eslint-plugin-fstore --save-dev

Usage

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
0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago