1.2.1 • Published 9 years ago

eslint-config-ubixr v1.2.1

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

eslint-config-ubixr

Travis branch

This is mostly some tweaks about the Airbnb's configuration.

Install

$ npm install --save-dev eslint eslint-config-airbnb eslint-config-ubixr

Usage

Notes

  • This config extends eslint:airbnb.
  • You might need to use babel-eslint if you use babel with fresh ES stages.

ES2015 for free

Add to your .eslintrc configuration the default configuration. Note that this configuration extends the default one, so you just need to include this one to get the React + ES2015 combo.

{
  "extends": "ubixr"
}

React

Add to your .eslintrc configuration the React configuration

$ npm install --save-dev eslint eslint-config-airbnb eslint-config-ubixr eslint-plugin-react
{
  "extends": "ubixr/react"
}
1.2.1

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago