eslint-plugin-fest

0.2.4 • Public • Published

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.

/eslint-plugin-fest/

    Package Sidebar

    Install

    npm i eslint-plugin-fest

    Weekly Downloads

    157

    Version

    0.2.4

    License

    ISC

    Unpacked Size

    24.9 kB

    Total Files

    10

    Last publish

    Collaborators

    • angmor23