/* @flow */ module.exports = { 'extends': './.eslintrc-browser.js', rules: { 'compat/compat': 'off', 'max-lines': 'off' }, };