Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antoinekm/antoine

cool tools to code like me.
https://github.com/antoinekm/antoine

Last synced: 17 days ago
JSON representation

cool tools to code like me.

Awesome Lists containing this project

README

        

# antoine

cool tools to code like me.

# eslint-config-antoine

## Installation

```bash
npm install --save-dev eslint prettier eslint-config-antoine
```

## Usage

Add `antoine` to the `extends` section of your `.eslintrc` configuration file.

```json
{
"extends": ["antoine"]
}
```