1.2.1 • Published 1 month ago

@itsrakesh/eslint-config v1.2.1

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

@itsrakesh/eslint-config

A shared eslint configurations for itsrakesh projects.

Installation

npm i @itsrakesh/eslint-config

or

yarn add @itsrakesh/eslint-config

or

pnpm add @itsrakesh/eslint-config

Usage

  • In your .eslintrc.js.
module.exports = {
  extends: ["@itsrakesh/eslint-config/<config-name>"],
};

License

Distributed under the MIT License. See LICENSE.txt for more information.