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