UNPKG

react-carousel-query

Version:

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

25 lines (20 loc) 291 B
{ "root": true, "extends": "@ljharb", "rules": { "func-style": "off", "multiline-comment-style": "off", "sort-keys": "off", }, "ignorePatterns": [ "example/bundle.js", ], "overrides": [ { "files": "example/**", "rules": { "no-console": "off", }, }, ], }