Add missing Flow tags

This commit is contained in:
MoyuScript
2017-08-01 18:51:59 +08:00
parent 6c6e88f251
commit 1456e6a659
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,