0.0.4 • Published 8 months ago

@shiphub/eslint-config v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 months ago

@shiphub/eslint-config

Shiphub's ESLint configuration. This config assumes TypeScript.

Usage

Install with pnpm:

pnpm add @shiphub/eslint-config @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-import-resolver-typescript eslint-plugin-import --dev

Then add it to your eslint config's extends:

{
    "extends": ["@shiphub"]
}