UNPKG

react-carousel-query

Version:

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

12 lines (10 loc) 320 B
import { Linter } from "../index"; export interface StrictMode extends Linter.RulesRecord { /** * Rule to require or disallow strict mode directives. * * @since 0.1.0 * @see https://eslint.org/docs/rules/strict */ strict: Linter.RuleEntry<["safe" | "global" | "function" | "never"]>; }