module.exports = { "extends": [ "react-app", "plugin:flowtype/recommended" ], "rules": { "semi": ["error", "always"], "quotes": ["error", "double"], "jsx-a11y/href-no-hash": [0], "flowtype/no-types-missing-file-annotation": 2, "no-console": "error" } };