Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Shareable ESLint config for lesshint.
https://github.com/lesshint/eslint-config-lesshint

Last synced: 18 days ago
JSON representation

Shareable ESLint config for lesshint.

Awesome Lists containing this project

README

        

# eslint-config-lesshint
[![NPM version](http://img.shields.io/npm/v/eslint-config-lesshint.svg)](https://www.npmjs.org/package/eslint-config-lesshint)

Shareable ESLint config for lesshint.

## Installation
```bash
npm install eslint-config-lesshint --save-dev
```

## Usage
Add this to your `.eslintrc.json`:

```json
{
"extends": "lesshint"
}
```