UNPKG

228 BJavaScriptView Raw
1module.exports = {
2 settings: {
3 flowtype: {
4 onlyFilesWithFlowAnnotation: false,
5 },
6 },
7 plugins: ['flowtype'],
8 extends: ['./rules/flowtype', 'eslint-config-prettier/flowtype'].map(
9 require.resolve
10 ),
11};