Schibsted ESLint settings for flow typed files
npm install eslint-config-schibsted-flowA module to contain the Schibsted Flow type linting rules for ESLint.
In addition to installing the main package you will need to install this package.
``bash`
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.*:
`json``
{
"extends": [
"schibsted-flow"
]
}
You can override specific settings by specifying them as normal. See