2.0.3 • Published 8 months ago

eslint-plugin-forsyte-template v2.0.3

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

eslint-plugin-forsyte-template

A comprehensive linting solution that sweeps your code clean

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-forsyte-template:

npm install eslint-plugin-forsyte-template --save-dev

Usage

Add forsyte-template to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "forsyte-template"
    ]
}
2.0.3

8 months ago

2.0.2

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.0.0

8 months ago