UNPKG

react-carousel-query

Version:

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

21 lines (17 loc) 318 B
{ "root": true, "extends": "@ljharb", "rules": { "func-name-matching": 0, "id-length": [2, { "min": 1, "max": 24, "properties": "never" }], "new-cap": [2, { "capIsNewExceptions": ["GetMethod"] }] }, "overrides": [ { "files": "test/**", "rules": { "max-lines-per-function": 0, }, } ], }