202409.1.1 • Published 9 months ago

@herp-inc/eslint-config v202409.1.1

Weekly downloads
1,060
License
MIT
Repository
github
Last release
9 months ago

@herp-inc/eslint-config npm

ESLint shareable config for general TypeScript environments

Installation

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

PackageVersion
@typescript-eslint/eslint-plugin7 \|\| 8
@typescript-eslint/parser7 \|\| 8
eslint^8.56.0 \|\| 9
eslint-config-prettier*
eslint-plugin-import^2.30.0

Using npm

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

Using yarn

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

Usage

Add @herp-inc to the extends section of your ESLint configuration.

{
  "extends": ["@herp-inc"],
  "parser": "@typescript-eslint/parser",
  "parserOptions": {
    "project": "./tsconfig.json",
    "sourceType": "module"
  }
}

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/js^8.56.0 \|\| 9
eslint^8.56.0 \|\| 9
eslint-config-prettier9
eslint-plugin-import^2.30.0
typescript-eslint7 \|\| 8
import config from '@herp-inc/eslint-config/flat';

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

9 months ago

202406.6.0

9 months ago

202406.2.0

12 months ago

202406.4.0

11 months ago

202406.0.1

1 year ago

202406.0.0

1 year ago

202409.1.0

9 months ago

202406.5.1

10 months ago

202406.3.0

12 months ago

202406.5.0

11 months ago

202406.1.0

12 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.31.1

1 year ago

0.31.0

1 year ago

0.30.0

1 year ago

0.29.0

1 year ago

0.28.0

1 year ago

0.27.0

1 year ago

0.26.1

2 years ago

0.26.0

2 years ago

0.25.0

2 years ago

0.24.0

2 years ago

0.23.0

2 years ago

0.22.0

2 years ago

0.21.0

2 years ago

0.20.0

3 years ago

0.19.0

3 years ago

0.18.0

3 years ago

0.14.0

3 years ago

0.15.0

3 years ago

0.16.0

3 years ago

0.17.0

3 years ago

0.13.0

3 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago