Socket
Socket
Sign inDemoInstall

eslint-config-schibsted-flow

Package Overview
Dependencies
170
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-schibsted-flow

Schibsted ESLint settings for flow typed files


Version published
Maintainers
1
Install size
1.88 kB
Created

Readme

Source

eslint-config-schibsted-flow Build Status

A module to contain the Schibsted Flow type linting rules for ESLint.

How to use

In addition to installing the main package you will need to install this package.

yarn add eslint-config-schibsted-flow babel-eslint@^10.0.1 eslint@^5.6.1 eslint-plugin-flowtype@^2.50.3 -D

Then add the extends option to your .eslintrc.*:

{
  "extends": [
    "schibsted-flow"
  ]
}

You can override specific settings by specifying them as normal. See http://eslint.org/docs/developer-guide/shareable-configs for more details.

Keywords

FAQs

Last updated on 02 Oct 2018

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