1.1.2 • Published 8 years ago

@sullenor/eslint-config-partner v1.1.2

Weekly downloads
13
License
MIT
Repository
github
Last release
8 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

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.0

8 years ago