@great-detail/eslint-config

1.1.0 • Public • Published

Great Detail Shared ESLint Config

Great Detail Shared ESLint Config Cover Image

Shared ESLint config for Great Detail projects.

Usage

Note: This shared ESLint config only supports ESLint Flat Config.

// eslint.config.js (ESM)

import greatdetail from "@great-detail/eslint-config";

/** @type {import("eslint").Linter.FlatConfig[]} */
export default [...greatdetail()];
// eslint.config.js (CJS)
const greatdetailESLint = require("@great-detail/eslint-config");
module.exports = [...greatdetailESLint];

License

MIT © 2023 Great Detail Ltd

Contact

Great Detail Ltd: https://greatdetail.com <info@greatdetail.com>

Dom Webber: https://domwebber.dev <dom.webber@hotmail.com>

Dependents (0)

Package Sidebar

Install

npm i @great-detail/eslint-config

Weekly Downloads

483

Version

1.1.0

License

MIT

Unpacked Size

250 kB

Total Files

13

Last publish

Collaborators

  • armaans
  • domwebber