Add missing Flow tags

This commit is contained in:
Niklas von Hertzen
2017-08-01 18:51:59 +08:00
parent 4f48bc9b0c
commit 7a3bad2fcb
6 changed files with 16 additions and 2 deletions

View File

@ -1,9 +1,16 @@
{
"parser": "babel-eslint",
"plugins": [
"flowtype",
"prettier"
],
"rules": {
"flowtype/boolean-style": [
2,
"boolean"
],
"flowtype/no-weak-types": 2,
"flowtype/delimiter-dangle": 2,
"prettier/prettier": ["error", {
"singleQuote": true,
"bracketSpacing": false,