1.1.4 • Published 9 years ago

eslint-config-sa v1.1.4

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

eslint-config-sa

ES6 + REACT RULES

My personal eslint config based on airbnb styleguide with some little changes to fit my preferences, including ES6 and React rules.


HOW TO USE

npm install --save-dev eslint 		// Don't use global eslint
npm install --save-dev babel-eslint
npm install --save-dev eslint-plugin-react
npm install --save-dev eslint-config-sa

Add to your .eslintrc

{
  "extends": "eslint-config-sa"
}

LIVE LINTING

Sublime Text

Install SublimeLinter and SublimeLinter-contrib-eslint via the Package Control. SublimeExample

PS: I recommend using babel-sublime to better syntax highlight.

Atom

Install linter and linter-eslint. AtomExample

apm install linter linter-eslint language-babel

PS: I recommend using language-babel to better syntax highlighting.


THANKS TO

airbnb

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago