@jgarber/eslint-config

5.0.0 • Public • Published

@jgarber/eslint-config

Shareable ESLint configuration.

npm Downloads Build

[!IMPORTANT]
This shareable configuration uses ESLint's new "flat" configuration file format, which may not be suitable for every project. See the official documentation for details.

Installation

npm install --save-dev @jgarber/eslint-config

Usage

Using ECMAScript module (ESM) syntax:

// eslint.config.js
export { default } from "@jgarber/eslint-config";

Using CommonJS module syntax:

// eslint.config.js
module.exports = (async () => await require("@jgarber/eslint-config"))();

License

@jgarber/eslint-config is freely available under the MIT License.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 5.0.0
    29
    • latest

Version History

Package Sidebar

Install

npm i @jgarber/eslint-config

Weekly Downloads

29

Version

5.0.0

License

MIT

Unpacked Size

10.5 kB

Total Files

5

Last publish

Collaborators

  • jgarber