@herp-inc/eslint-config

202403.1.1 • Public • Published

@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.

Package Version
@typescript-eslint/eslint-plugin 7
@typescript-eslint/parser 7
eslint ^8.56.0 || 9
eslint-config-prettier *
eslint-plugin-import ^2.25.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"
  }
}

Package Sidebar

Install

npm i @herp-inc/eslint-config

Weekly Downloads

1,695

Version

202403.1.1

License

MIT

Unpacked Size

8.15 kB

Total Files

3

Last publish

Collaborators

  • hiroqn
  • ryota-ka