Socket
Socket
Sign inDemoInstall

eslint-config-iansinnott

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-iansinnott

Provided as an extensible shared config


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
5.95 kB
Created
Weekly downloads
 

Readme

Source

ESLint Config

An ESLint config for use with the latest ESNext features, React and Flow

Quick Install

yarn add --dev eslint eslint-config-iansinnott eslint-plugin-react eslint-plugin-flowtype babel-eslint
echo '{"extends": ["iansinnott"]}' > .eslintrc

Usage with NPM

If you haven't checked out Yarn yet I would highly recommended, but this config works perfectly with NPM:

npm install --save-dev eslint eslint-config-iansinnott eslint-plugin-react eslint-plugin-flowtype babel-eslint

Then create a new .eslintrc which extends trustar:

{
  "extends": ["iansinnott"]
}

That's all!

FAQs

Last updated on 17 Oct 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc