1.0.5 • Published 1 year ago

@great-detail/eslint-config v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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>

1.0.2

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.8

1 year ago

0.1.7

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago