Socket
Socket
Sign inDemoInstall

eslint-config-sa

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sa

eslint config based on airbnb styleguide with personal preferences, supports es6 and react.


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 24 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc