@great-detail/eslint-config
v1.0.5
Published
ESLint config for Great Detail projects
Downloads
1,776
Readme
Great Detail Shared ESLint Config
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 <[email protected]>
Dom Webber: https://domwebber.dev <[email protected]>