Skip to content

sullenor/eslint-config-partner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-partner

The set of configuration files for ESLint for our team.

Installation

npm install @sullenor/eslint-config-partner

Usage

via package.json

Add to your package.json file:

"eslintConfig": {
  "extends": "@sullenor/eslint-config-partner"
},

via .eslintrc.json

Create file .eslintrc.json in your project directory with the following content:

{
  "extends": "@sullenor/eslint-config-partner"
}

Possible environments

  • react — designed for react, flowtype and jest.
  • server — designed for nodejs environment.
  • static — designed for es5 mostly.

Example:

{
  "extends": "@sullenor/eslint-config-partner/react"
}

License

The MIT License

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published