UNPKG

react-carousel-query

Version:

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

22 lines (18 loc) 284 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": "off", "no-extra-parens": "off", }, "overrides": [ { "files": ["test/**/*.js"], "rules": { "id-length": "off", "multiline-comment-style": "off", "no-empty-function": "off", }, }, ], }