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

https://github.com/blocto/eslint-config-portto

Eslint config for portto
https://github.com/blocto/eslint-config-portto

Last synced: 22 days ago
JSON representation

Eslint config for portto

Awesome Lists containing this project

README

          

# eslint-config-portto [![npm](https://img.shields.io/npm/v/@portto/eslint-config-portto/latest)](https://www.npmjs.com/package/@portto/eslint-config-portto)

## Usage

```sh
yarn add --dev @portto/eslint-config-portto
```

Then, extend `eslint-config-portto` in your `.eslintrc`:

```json
// for webapp
{
"extends": "eslint-config-portto/browser"
}

// for node
{
"extends": "eslint-config-portto/node"
}
```