UNPKG

eslint-config-bananass

Version:

ESLint Config for Bananass Framework.🍌

11 lines (10 loc) 343 B
/** * @import { ESLint, Linter } from "eslint"; */ /** @type {{'@typescript-eslint': ESLint.Plugin}} */ export const typescriptPlugin: { "@typescript-eslint": ESLint.Plugin; }; /** @type {Linter.RulesRecord} */ export const typescriptRules: Linter.RulesRecord; import type { ESLint } from "eslint"; import type { Linter } from "eslint";