This package has been deprecated

Author message:

THIS PACKAGE IS NO LONGER MAINTAINED

eslint-config-exeto

12.0.1 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-exeto

Weekly Downloads

0

Version

12.0.1

License

MIT

Last publish

Collaborators

  • exeto-archive