Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikhail-filin/eslint-config

Extendable configuration for eslint
https://github.com/mikhail-filin/eslint-config

Last synced: 11 days ago
JSON representation

Extendable configuration for eslint

Awesome Lists containing this project

README

        

![npm publish status](https://github.com/mikhail-filin/eslint-config/actions/workflows/npm-publish.yml/badge.svg)

# @mfilin/eslint-config

Extendable configuration for eslint

## Installation

```bash
npm i --save-dev @mfilin/eslint-config
```

## Configuration

In package.json:

```json
"eslintConfig": {
"extends": "@mfilin/eslint-config"
}
```

Or `eslint-config` part can be omitted:
```json
"eslintConfig": {
"extends": "@mfilin"
}
```

## Future plans

Use existing config as a base, create new ones for Typescript, Angular, Vue