UNPKG

eslint-config-bananass

Version:

ESLint Config for Bananass Framework.🍌

12 lines (11 loc) 329 B
/** * @import { ESLint, Linter } from "eslint"; */ /** @type {{'react-hooks': ESLint.Plugin}} */ export const reactHooksPlugin: { "react-hooks": ESLint.Plugin; }; /** @type {Linter.RulesRecord} */ export const reactHooksRules: Linter.RulesRecord; import type { ESLint } from "eslint"; import type { Linter } from "eslint";