Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lesshint/eslint-config-lesshint
- Owner: lesshint
- License: mit
- Created: 2017-06-13T18:31:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T18:38:56.000Z (over 7 years ago)
- Last Synced: 2025-01-05T05:33:01.361Z (28 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"
}
```