module.exports = { "parser": "babel-eslint", "extends": [ "standard", "plugin:flowtype/recommended" ], "plugins": [ "lodash-fp", "flowtype" ] };