@commit-generator/eslint-config

0.1.0 • Public • Published

@commit-generator/eslint-config

This package contains a shared ESLint configuration for the Commit Generator project.

Installation

To use the ESLint configuration in your project, install the package as a development dependency:

pnpm install --save-dev @commit-generator/eslint-config

Usage

After installation, extend the ESLint configuration in your project.

  1. Create or update your eslint.config.mjs file with the following configuration:
import eslintNode from '@commit-generator/eslint-config/node.js';

export default [...eslintNode];
  1. Customizing the Configuration If you'd like to customize the configuration, create your own eslint.config.mjs and extend the default settings:
import eslintNode from '@commit-generator/eslint-config/node.js';

export default [
  ...eslintNode,
  myConfigs
];

License

This package is licensed under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @commit-generator/eslint-config

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

4.16 kB

Total Files

4

Last publish

Collaborators

  • julioc090