UNPKG

266 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 plugins: ['flowtype'],
5
6 rules: {
7 // https://github.com/gajus/eslint-plugin-flowtype
8 'flowtype/define-flow-type': 'warn',
9 'flowtype/require-valid-file-annotation': 'warn',
10 'flowtype/use-flow-type': 'warn',
11 },
12};
\No newline at end of file