UNPKG
next-rum
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
RUM Component for Next.js
github.com/godaddy/next-rum
godaddy/next-rum
next-rum
/
.eslintrc
8 lines
(7 loc)
•
116 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
[
"godaddy-react"
]
,
"parser"
:
"babel-eslint"
,
"rules"
:
{
"max-nested-callbacks"
:
[
2
,
6
]
}
}