Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/depasqualeorg/eslint-config-typescript

ESLint configuration for TypeScript projects
https://github.com/depasqualeorg/eslint-config-typescript

eslint typescript

Last synced: 29 days ago
JSON representation

ESLint configuration for TypeScript projects

Awesome Lists containing this project

README

        

# ESLint configuration for TypeScript projects

#### Installation

```
npm install --save-dev @depasquale/eslint-config-typescript
```

#### Requirements

`eslint`, `eslint-plugin-import`, `typescript`, `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser`

#### Example `.eslintrc.cjs`

```javascript
module.exports = {
extends: [
'@depasquale/eslint-config-typescript',
],
};
```