12.0.1 • Published 8 years ago

eslint-config-exeto v12.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

eslint-config-exeto Dependency Status Peer Dependency Status

This repository is a fork of eslint-config-airbnb

THIS PACKAGE IS NO LONGER MAINTAINED

Install

$ npm install --save-dev \
  eslint-config-exeto \
  eslint-plugin-jsx-a11y@^2.0.1 \
  eslint-plugin-import@^1.12.0 \
  eslint-plugin-react@^6.0.0 \
  eslint@^3.2.0

Usage

Add one of the following in your .eslintrc:

  • EcmaScript 6+ and React
"extends": "exeto"
  • EcmaScript 6+
"extends": "exeto/base"
  • EcmaScript 6+ and specificity for node
"extends": "exeto/node"
  • EcmaScript 5 and below
"extends": "exeto/legacy"

License

MIT © Airbnb and Timofey Dergachev

12.0.1

8 years ago

12.0.0

8 years ago

11.1.0

9 years ago

11.0.0

9 years ago

10.0.0

9 years ago

8.0.1

9 years ago

8.0.0

9 years ago

7.0.0

9 years ago

6.2.0

9 years ago

6.1.0

9 years ago

6.0.2

9 years ago