UNPKG
eslint-config-ct
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.0
ESLint config used in Charlie Tango
eslint-config-ct
/
rules
/
flow.js
11 lines
(10 loc)
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { plugins: [
'flowtype'
], extends: [
'plugin:flowtype/recommended'
], rules: {
// https://github.com/gajus/eslint-plugin-flowtype
'flowtype/define-flow-type'
:
'warn'
,
'flowtype/require-valid-file-annotation'
:
'warn'
,
'flowtype/use-flow-type'
:
'warn'
, } }