Skip to content

This plugin intends to support linting of fstore workspaces

Notifications You must be signed in to change notification settings

nexxtway/eslint-plugin-fstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This plugin intends to support linting of fstore workspaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published