eslint-config-schibsted-flow

7.0.0 • Public • Published

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.

/eslint-config-schibsted-flow/

    Package Sidebar

    Install

    npm i eslint-config-schibsted-flow

    Weekly Downloads

    3

    Version

    7.0.0

    License

    MIT

    Unpacked Size

    1.93 kB

    Total Files

    5

    Last publish

    Collaborators

    • schibstedbot
    • gustavkj