1.1.2 • Published 7 years ago

@sullenor/eslint-config-partner v1.1.2

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

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

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.0

7 years ago