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"]
    }

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-staticdeploy

Weekly Downloads

3

Version

3.0.0

License

MIT

Last publish

Collaborators

  • pscanf
  • staticdeploy-npm-bot
  • davidebianchi