UNPKG

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