New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flowio/eslint-plugin-flowio

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowio/eslint-plugin-flowio

A package that provides ESLint rules used by Flow.io team as an extensible shared plugin

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

eslint-plugin-flowio

Build Status Greenkeeper badge

A package that provides ESLint rules used by Flow.io team as an extensible shared plugin.

Installation

Install ESLint either locally or globally.

$ npm install --save-dev eslint

If you installed ESLint globally, you have to install this plugin globally too. Otherwise, install it locally.

$ npm install --save-dev @flowio/eslint-plugin-flowio

Configuration

Add plugins section and specify esling-plugin-flowio as a plugin.

{
  "plugins": [
    "@flowio/flowio"
  ]
}

Finally, enable all of the rules that you would like to use. Use our preset to get reasonable defaults quickly, and/or choose your own:

{
  "rules": {
    "flowio/export-extensions": "error"
  }
}

List of supported rules

  • flowio/export-extensions: Ensure consistent use of file extension within the export path

License

MIT

Keywords

FAQs

Package last updated on 09 Apr 2020

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