@sullenor/eslint-config-partner

1.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @sullenor/eslint-config-partner

Weekly Downloads

3

Version

1.1.2

License

MIT

Last publish

Collaborators

  • sullenor