UNPKG

eslint-config-bananass

Version:

ESLint Config for Bananass Framework.🍌

16 lines (15 loc) 502 B
declare const _default: { name: string; files: ("**/*.jsonc" | "**/.vscode/*.json" | "**/jsconfig.json" | "**/jsconfig.*.json" | "**/tsconfig.json" | "**/tsconfig.*.json")[]; language: string; languageOptions: { allowTrailingCommas: boolean; }; plugins: { json: import("eslint").ESLint.Plugin; }; rules: { [key: string]: import("@eslint/core", { with: { "resolution-mode": "require" } }).RuleConfig<unknown[]>; }; }; export default _default;