UNPKG
contentful-image
Version:
latest (1.0.1)
1.0.1
1.0.0
A TypeScript implementation of the Contentful images API
contentful-image
/
tslint.json
7 lines
(6 loc)
•
108 B
JSON
View Raw
1
2
3
4
5
6
7
{
"extends"
:
[
"tslint:recommended"
,
"tslint-config-prettier"
]
,
"rules"
:
{
"array-type"
:
false
}
}