eslint-config-bananass
Version:
ESLint Config for Bananass Framework.🍌
20 lines (19 loc) • 702 B
TypeScript
/**
* @fileoverview This file follows:
*
* - The order of the rules listed on eslint.org.
* - @see https://eslint.org/docs/latest/rules
*
* - The best practices outlined in `eslint-config-airbnb-base@19.0.4`.
* - @see https://github.com/airbnb/javascript/tree/eslint-config-airbnb-v19.0.4/packages/eslint-config-airbnb-base/rules
*
* - The rules disabled by `eslint-config-prettier@9.1.0`.
* - @see https://github.com/prettier/eslint-config-prettier/blob/v9.1.0/index.js
*/
/**
* @import { Linter } from "eslint";
* @import { ESLintRules } from "eslint/rules";
*/
/** @type {Linter.RulesRecord} */
export const eslintRules: Linter.RulesRecord;
import type { Linter } from "eslint";