8.0.1 • Published 5 years ago

eslint-config-dollarshaveclub v8.0.1

Weekly downloads
10,152
License
MIT
Repository
github
Last release
5 years ago

eslint-config-dollarshaveclub Build Status Greenkeeper badge

ESLint shareable config for Dollar Shave Club.

Installation

$ npm install --save-dev \
  @typescript-eslint/eslint-plugin@^1.x \
  @typescript-eslint/parser@^1.x \
  babel-eslint@^10.x \
  eslint@^5.x \
  eslint-config-prettier@^4.x \
  eslint-config-standard@^12.x \
  eslint-config-standard-react@^7.x \
  eslint-import-resolver-typescript@1.x \
  eslint-plugin-import@^2.x \
  eslint-plugin-jest@^22.x \
  eslint-plugin-jsx-a11y@^6.x \
  eslint-plugin-node@^8.x \
  eslint-plugin-prettier@^3.x \
  eslint-plugin-promise@^4.x \
  eslint-plugin-react@^7.x \
  eslint-plugin-standard@^4.x \
  prettier@^1.x \
  typescript@^3.x \
  eslint-config-dollarshaveclub

Usage

Once the eslint-config-dollarshaveclub package is installed, you can use it by specifying dollarshaveclub, or dollarshaveclub/react in the extends section of your ESLint configuration.

For frameworkless JS modules:

{
  "extends": "dollarshaveclub",
  "rules": {
    // Additional, per-project rules...
  }
}

For React projects:

{
  "extends": "dollarshaveclub/react"
}

License

MIT

8.0.1

5 years ago

7.0.0

5 years ago

6.1.4

5 years ago

6.1.3

5 years ago

6.1.0

5 years ago

6.0.1

5 years ago

6.0.0

5 years ago

5.2.4

5 years ago

5.2.3

5 years ago

5.2.2

5 years ago

5.2.1

5 years ago

5.2.0

5 years ago

5.1.3

5 years ago

5.1.1

5 years ago

4.0.0-canary.49

5 years ago

5.1.0

5 years ago

5.0.0

5 years ago

4.0.0-canary.46

5 years ago

4.0.0-canary.42

5 years ago

4.0.0

5 years ago

4.0.0-next.35

5 years ago

4.0.0-next.34

5 years ago

4.0.0-next.33

5 years ago

4.0.0-next.5

5 years ago

3.1.1

5 years ago

3.1.0

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

2.3.2

6 years ago

2.3.1

6 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago