@munierujp/eslint-config

28.0.0 • Public • Published

npm version lint ESLint Recommended

@munierujp/eslint-config

ESLint Shareable Config for JavaScript

Requirements

  • Node.js v20 or later
  • ESLint v8

Installation

npm:

npm i -D @munierujp/eslint-config

Yarn:

yarn add -D @munierujp/eslint-config

Usage

Add @munierujp to extends of your ESLint config.

module.exports = {
  extends: [
    '@munierujp'
    // add other rulesets here if needed
  ],
  rules: {
    // override/add rules settings here if needed
  }
}

Related packages

Package Sidebar

Install

npm i @munierujp/eslint-config

Weekly Downloads

55

Version

28.0.0

License

MIT

Unpacked Size

5.7 kB

Total Files

4

Last publish

Collaborators

  • munierujp