UNPKG

react-carousel-query

Version:

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

31 lines (27 loc) 470 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": "off", "new-cap": ["error", { "capIsNewExceptions": [ "IsRegExp", "RequireObjectCoercible", "ToIntegerOrInfinity", "ToString", ], }], "no-magic-numbers": "off", }, "overrides": [ { "files": "tests/**/*", "rules": { "func-style": "off", "max-lines-per-function": "off", "max-statements-per-line": "off", "no-magic-numbers": "off", }, }, ] }