0.0.12 • Published 1 year ago

@we-mobius/eslint-config-typescript v0.0.12

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

ESLint Config TypeScript

Getting Started

Install dependencies:

pnpm add -D @we-mobius/eslint-config-typescript

In your project root folder, create a file named .eslintrc.json. Add the following content:

{
  "extends": ["@we-mobius/eslint-config-typescript"]
}

Other config file formats are also supported, see ESLint Configuration Files.

Development

import { whatYouWant } from '@we-mobius/eslint-config-typescript/ts'