react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
24 lines (23 loc) • 411 B
Plain Text
{
"parser": "flow",
"singleQuote": true,
"trailingComma": "es5",
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
},
{
"files": ".babelrc",
"options": { "parser": "json" }
},
{
"files": "*.json",
"options": { "parser": "json" }
},
{
"files": "package.json",
"options": { "printWidth": 999 }
}
]
}