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

https://github.com/jaydenseric/eslint-config-barebones

Barebones ESLint config, extending JavaScript Standard Style.
https://github.com/jaydenseric/eslint-config-barebones

Last synced: 9 months ago
JSON representation

Barebones ESLint config, extending JavaScript Standard Style.

Awesome Lists containing this project

README

          

# Barebones ESLint config

![NPM version](https://img.shields.io/npm/v/eslint-config-barebones.svg?style=flat-square)
![Github issues](https://img.shields.io/github/issues/jaydenseric/eslint-config-barebones.svg?style=flat-square)
![Github stars](https://img.shields.io/github/stars/jaydenseric/eslint-config-barebones.svg?style=flat-square)

The ESLint sharable config used in [Barebones](https://github.com/jaydenseric/Barebones).

- Extends [JavaScript Standard Style](https://github.com/feross/eslint-config-standard).
- [MIT license](https://en.wikipedia.org/wiki/MIT_License).

## Setup

Install via NPM:

```bash
npm install eslint-config-barebones --save-dev
```

Extend this config in your project's [ESLint config](http://eslint.org/docs/user-guide/configuring#using-a-shareable-configuration-package):

```json
"eslintConfig": {
"extends": "barebones"
}
```

---

[![Barebones logo](http://jaydenseric.com/shared/barebones-logo.svg)](https://github.com/jaydenseric/Barebones)