eslint-config-staticdeploy

3.0.0 • Public • Published

npm version Dependency Status

eslint-config-staticdeploy

Staticdeploy eslint configuration.

Install

npm i --save-dev eslint-config-staticdeploy

Usage

Add to your .eslintrc:

  • plain javascript projects (base config):

    {
        "extends": ["eslint-config-staticdeploy"]
    }
  • babel projects (extends the base config):

    {
        "extends": ["eslint-config-staticdeploy/babel"]
    }
  • react projects projects (extends the babel config):

    {
        "extends": ["eslint-config-staticdeploy/react"]
    }

/eslint-config-staticdeploy/

    Package Sidebar

    Install

    npm i eslint-config-staticdeploy

    Weekly Downloads

    11

    Version

    3.0.0

    License

    MIT

    Last publish

    Collaborators

    • pscanf
    • staticdeploy-npm-bot
    • davidebianchi