UNPKG

eslint-config-bananass

Version:

ESLint Config for Bananass Framework.🍌

13 lines (12 loc) 322 B
declare const _default: { name: string; files: "**/*.json5"[]; language: string; plugins: { json: import("eslint").ESLint.Plugin; }; rules: { [key: string]: import("@eslint/core", { with: { "resolution-mode": "require" } }).RuleConfig<unknown[]>; }; }; export default _default;