UNPKG
@kalamazoo/profilecard
Version:
latest (1.0.2)
1.0.2
1.0.0
A React component to display a card with user information.
bitbucket.org/atlassian/atlaskit-mk-2
@kalamazoo/profilecard
/
.eslintrc
15 lines
(14 loc)
•
233 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"overrides"
:
[
{
"files"
:
[
"src/i18n/*.js"
,
"src/internal/i18n-util.js"
]
,
"rules"
:
{
"flowtype/require-valid-file-annotation"
:
"off"
,
"camelcase"
:
"off"
}
}
]
}