Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/altipla-consulting/eslint-config-ts

ESLint configuration for Typescript projects.
https://github.com/altipla-consulting/eslint-config-ts

Last synced: about 1 month ago
JSON representation

ESLint configuration for Typescript projects.

Awesome Lists containing this project

README

        

# eslint-config-ts

ESLint configuration for Typescript projects.

## Install

```shell
npm i -D @altipla/eslint-config-ts
```

## Usage

Configure your `.eslintrc.cjs` file:

```js
module.exports = {
extends: '@altipla/eslint-config-ts',
}
```