3.0.2 • Published 8 years ago

eslint-config-awesome v3.0.2

Weekly downloads
46
License
-
Repository
github
Last release
8 years ago

eslint-config-awesome

npm version

This package provides Peet's .eslintrc as an extensible shared config.

Usage

We export two ESLint configurations for your usage.

eslint-config-awesome

Our default export contains all of our ESLint rules, including EcmaScript 6+ and React. It requires eslint and eslint-plugin-react.

  1. npm install --save-dev eslint-config-awesome eslint-plugin-react eslint
  2. add "extends": "awesome" to your .eslintrc

eslint-config-awesome/base

Lints ES6+ but does not lint React. Requires eslint.

  1. npm install --save-dev eslint-config-awesome eslint
  2. add "extends": "awesome/base" to your .eslintrc

See the Javascript styleguide and the ESlint config docs for more information.

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.2.0

8 years ago

2.1.3

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago