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