@omer-x/eslint-config

1.0.7 • Public • Published

@omer-x/eslint-config

License: MIT

This package contains my favorite ESLint rules, created following this tutorial on ESLint's shareable configs.

Installation

Install this package via npm:

npm install @omer-x/eslint-config --save-dev

Ensure you have the following peer dependencies installed:

  • eslint >= 8

Usage

Add the configuration to your ESLint configuration file (e.g., .eslintrc.js):

module.exports = {
  extends: [
    "@omer-x/eslint-config",
    "@omer-x/eslint-config/typescript" // optional
  ],
  // other configurations...
};

License

This project is licensed under the MIT License - see the LICENSE file for details.

Readme

Keywords

Package Sidebar

Install

npm i @omer-x/eslint-config

Weekly Downloads

36

Version

1.0.7

License

MIT

Unpacked Size

11.3 kB

Total Files

8

Last publish

Collaborators

  • omer-x