react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
22 lines (18 loc) • 306 B
Plain Text
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [2, { "max": 22, "min": 1, "properties": "never" }],
"no-magic-numbers": 0,
"symbol-description": 0
},
"overrides": [
{
"files": "test/**",
"rules": {
"consistent-return": 1,
"no-invalid-this": 0,
},
},
],
}