Skip to content

Instantly share code, notes, and snippets.

@rogaldh
Last active July 22, 2018 12:49
Show Gist options
  • Save rogaldh/4a4d1f8d3328acb3ed985b23a5298516 to your computer and use it in GitHub Desktop.
Save rogaldh/4a4d1f8d3328acb3ed985b23a5298516 to your computer and use it in GitHub Desktop.
{
"presets": ["flow"]
}
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
{
"extends": [
"strict-flowtype"
],
"plugins": [
"flowtype-errors"
],
"rules": {
"flowtype-errors/show-errors": 2,
"flowtype-errors/enforce-min-coverage": [2, 50]
}
}
[ignore]
[include]
[libs]
[lints]
[options]
[strict]
{
"name": "flow-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-preset-flow": "^6.23.0",
"eslint": "^4.13.1",
"eslint-config-strict-flowtype": "^2.0.0",
"eslint-plugin-flowtype-errors": "^3.3.6",
"flow-bin": "^0.61.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment