@boojum/eslint-config-js-node

0.0.1 • Public • Published

@boojum/eslint-config-js-node

An opinionated ESLint shareable config. It's designed to help you maintain a consistent code style and quality in your JavaScript projects.

NOTE: Make sure that you have ESLint (version 8.0.0 or higher) installed in your project since this configuration relies on the ESM (ECMAScript Modules) syntax for the config file, often referred to as a flat config.

Installation

You can install the configuration and its dependencies using npm:

npm i -D @boojum/eslint-config-js-node

Usage

After installing the package, you need to extend the configuration in your ESLint configuration file. Here's an example of how to do it in a eslint.config.js file:

import eslintConfigNode from '@boojum/eslint-config-js-node'

export default [
  ...eslintConfigNode,
  // Custom rules or overrides can be added here
]

Package Sidebar

Install

npm i @boojum/eslint-config-js-node

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

3.74 kB

Total Files

5

Last publish

Collaborators

  • boojum