0.2.4 • Published 4 years ago

eslint-plugin-fest v0.2.4

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

eslint-plugin-fest

Usage

Simply install via npm install --save-dev eslint-plugin-fest and add the plugin to your ESLint configuration. See ESLint documentation.

Example:

{
    "plugins": [
        "eslint-plugin-fest"
    ]
}

Note: by default, when executing the eslint command on a directory, only .js files will be linted. You will have to specify extra extensions with the --ext option. Example: eslint --ext .xml,.js src will lint both .xml and .js files in the src directory. See ESLint documentation.

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.1-beta.1

6 years ago

0.0.1-beta.0

6 years ago