pnpm/__utils__/eslint-config
Zoltan Kochan 5e32ea9b19
fix: update TypeScript to v5 (#5990)
Co-authored-by: Brandon Cheng <gluxon@users.noreply.github.com>
2023-02-23 13:05:44 +02:00
..
CHANGELOG.md refactor: put all non-public projects to directories that start with __ 2022-11-20 02:40:44 +02:00
README.md refactor: put all non-public projects to directories that start with __ 2022-11-20 02:40:44 +02:00
eslint.json fix: remove `suppressImplicitAnyIndexErrors` from typescript settings (#5991) 2023-01-28 18:19:26 +02:00
index.js refactor: put all non-public projects to directories that start with __ 2022-11-20 02:40:44 +02:00
package.json fix: update TypeScript to v5 (#5990) 2023-02-23 13:05:44 +02:00

README.md

@pnpm/eslint-config

pnpm's ESLint configuration

Installation

pnpm add -D @pnpm/eslint-config tslint

Usage

Create the following eslint.json file:

{
  "extends": "@pnpm/eslint-config"
}

License

MIT