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