Skip to content
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.

staticdeploy-archive/eslint-config-staticdeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Staticdeploy eslint configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published