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

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

ESLint shareable config for the Frost style.
https://github.com/elusivecodes/eslint-config

Last synced: 3 months ago
JSON representation

ESLint shareable config for the Frost style.

Awesome Lists containing this project

README

        

# Frost ESLint Config

ESLint shareable config for the *Frost* style.

## Installation

```
npm i @fr0st/eslint-config --save-dev
```

## Usage

```javascript
import frostConfig from '@fr0st/eslint-config';

export default [
frostConfig
];
```