202409.1.1 • Published 9 months ago

@herp-inc/eslint-config-node v202409.1.1

Weekly downloads
528
License
MIT
Repository
github
Last release
9 months ago

@herp-inc/eslint-config-node npm

ESLint shareable config for Node.js environments

This package is intended to be used along with @herp-inc/eslint-config.

Installation

Note that the following packages are peer dependencies of this library, which need to be installed separately.

PackageVersion
eslint8 \|\| 9
eslint-plugin-n^17.10.0

Using npm

$ npm install --save-dev @herp-inc/eslint-config-node

Using yarn

$ yarn add --dev @herp-inc/eslint-config

Usage

Add @herp-inc/eslint-config-node to the extends section of your ESLint configuration.

{
  "extends": ["@herp-inc", "@herp-inc/eslint-config-node"]
}

Flat config support (experimental)

!WARNING This feature is still experimental, and thus may encounter breaking changes even in a minor version.

Make sure that the following packages are installed as peer dependencies.

PackageVersion
eslint^8.21.0 \|\| 9
eslint-plugin-n^17.10.0
import config from '@herp-inc/eslint-config/flat';
import configNode from '@herp-inc/eslint-config-node/flat';

export default [
  ...config,
  ...configNode,
  // Add your additional configurations here
];
202409.1.1

9 months ago

202406.6.0

9 months ago

202406.5.1

10 months ago

202406.3.0

11 months ago

202406.2.0

11 months ago

202406.5.0

11 months ago

202406.4.0

11 months ago

202406.1.0

12 months ago

202406.0.1

12 months ago

202406.0.0

12 months ago

202409.1.0

9 months ago

202409.0.0

9 months ago

202403.2.0

1 year ago

202403.1.1

1 year ago

202403.0.0

1 year ago

202403.1.0

1 year ago

0.3.0

3 years ago

0.2.0

4 years ago

0.1.0

5 years ago