module.exports = { root: true, parser: 'babel-eslint', extends: ['../all.js'], rules: { 'flowtype/require-valid-file-annotation': 'off', }, };