UNPKG

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