UNPKG

157 BJavaScriptView Raw
1module.exports = {
2 root: true,
3 parser: 'babel-eslint',
4 extends: ['../all.js'],
5 rules: {
6 'flowtype/require-valid-file-annotation': 'off',
7 },
8};