UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

21 lines (17 loc) 351 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": [2, { "min": 1, "max": 25, "properties": "never" }], "new-cap": [2, { "capIsNewExceptions": ["ToLength", "ToString", "RequireObjectCoercible"] }], "no-magic-numbers": [0] }, "overrides": [ { "files": "test/**/*", "rules": { "no-invalid-this": 1, }, }, ], }