Socket
Socket
Sign inDemoInstall

@flowio/eslint-config-flowio

Package Overview
Dependencies
277
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @flowio/eslint-config-flowio

A package that provides Flow Commerce's .eslintrc as an extensible shared config


Version published
Weekly downloads
3
decreased by-62.5%
Maintainers
6
Install size
1.69 MB
Created
Weekly downloads
 

Readme

Source

NPM Version Downloads Greenkeeper badge

eslint-config-flowio

A package that provides our .eslintrc as an extensible shared config.

Installation

Install the correct versions of each package, which are listed by the command:

npm info "@flowio/eslint-config-flowio@latest" peerDependencies

Linux / OSX users can simply run:

npm info "@flowio/eslint-config-flowio@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "@flowio/eslint-config-flowio@latest"

Windows users can either install all the peer dependencies manually, or use the install-peerdeps cli tool.

npm install -g install-peerdeps
install-peerdeps --dev @flowio/eslint-config-flowio

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6+ and React, which are based on eslint-config-airbnb with some rules modified.

Extend the config in a .eslintrc file:

{
  "extends": "@flowio/flowio"
}

We also export a base configuration which excludes React rules. You can extend your .eslintrc in the following way to include it:

{
  "extends": "@flowio/flowio/base"
}

Acknowledgement

A special thanks to:

  • Airbnb for sharing their extensive JavaScript style guide and ESLint rules.

License

MIT

Keywords

FAQs

Last updated on 09 Apr 2020

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