eslint-config-bananass
Version:
ESLint Config for Bananass Framework.🍌
12 lines (11 loc) • 303 B
TypeScript
/**
* @import { ESLint, Linter } from "eslint";
*/
/** @type {{'json': ESLint.Plugin}} */
export const jsonPlugin: {
"json": ESLint.Plugin;
};
/** @type {Linter.RulesRecord} */
export const jsonRules: Linter.RulesRecord;
import type { ESLint } from "eslint";
import type { Linter } from "eslint";