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

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

Shareable configuration of ESLint
https://github.com/codepunkt/eslint-config-codepunkt

Last synced: 2 months ago
JSON representation

Shareable configuration of ESLint

Awesome Lists containing this project

README

        

# eslint-config-codepunkt

Shareable configuration of ESLint.

## Installation

```
yarn add --dev eslint eslint-config-codepunkt
```

### Requirements

- Node.js `^6.9.4` or newer
- ESLint `^3.19.0` or newer

## Usage

Create an `.eslintrc` in your projects root directory that extends this configuration:

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