Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sonsurim/eslint-config

ESLint config for Sonny
https://github.com/sonsurim/eslint-config

Last synced: 3 months ago
JSON representation

ESLint config for Sonny

Awesome Lists containing this project

README

        

# @sonny-fe/eslint-config

Eslint config for Sonny

## Installation

```bash
$ npm i eslint @sonny-fe/eslint-config --save-dev
```

```bash
$ yarn add eslint @sonny-fe/eslint-config --save-dev
```

```bash
$ pnpm add eslint @sonny-fe/eslint-config --save-dev
```

## Usage

Add `@sonny-fe/eslint-config` to the extends section of your `.eslintrc` configuration file.

```js
// .eslintrc.js
{
extends: ['@sonny-fe/eslint-config']
}
```

You can omit the `eslint-config`

```js
// .eslintrc.js
{
extends: ['@sonny-fe']
}
```