UNPKG
@infect/frontend
Version:
latest (4.2.0)
4.2.0
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.5.0-guidelines.1
3.5.0-guidelines.0
infect frontend
github.com/infect/application
infect-org/frontend
@infect/frontend
/
.eslintrc
9 lines
•
152 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"parser"
:
"babel-eslint"
,
"rules"
:
{
"import/extensions"
:
[
"error"
,
"ignorePackages"
]
,
}
,
"plugins"
:
[
"react"
]
}