UNPKG
cinemanz-api
Version:
latest (0.0.5)
0.0.5
CinemaNz API
cinemanz-api
/
.eslintrc.json
8 lines
(7 loc)
•
127 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
[
"airbnb"
,
"prettier"
]
,
"plugins"
:
[
"prettier"
]
,
"rules"
:
{
"prettier/prettier"
:
[
"error"
]
}
}