UNPKG
@rdbird/eslint-config
Version:
latest (6.0.2)
6.0.2
6.0.1
6.0.0
5.6.5
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.1
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.1
0.1.0
0.0.3
0.0.2
RdBird's ESLint configuration
github.com/RdBird/eslint-config
RdBird/eslint-config
@rdbird/eslint-config
/
__tests__
/
fixtures
/
flowtype.js
8 lines
(5 loc)
•
96 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// @flow
export
type
MyType
= {
flag
:
boolean
, };
export
type
InlineType
= {
foo
:
string
};