This package has been deprecated

Author message:

eslint-config-awesome is now eslint-config-majestic

eslint-config-awesome

3.0.2 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-awesome

Weekly Downloads

1

Version

3.0.2

License

none

Last publish

Collaborators

  • peet