UNPKG

eslint-config-bananass

Version:

ESLint Config for Bananass Framework.🍌

12 lines (11 loc) 297 B
/** * @import { ESLint, Linter } from "eslint"; */ /** @type {{'n': ESLint.Plugin}} */ export const nodePlugin: { "n": ESLint.Plugin; }; /** @type {Linter.RulesRecord} */ export const nodeRules: Linter.RulesRecord; import type { ESLint } from "eslint"; import type { Linter } from "eslint";