29 lines
517 B
Markdown
29 lines
517 B
Markdown
# eslint-config-joyent-portal
|
|
|
|
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
|
|
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme)
|
|
|
|
## Table of Contents
|
|
|
|
- [Install](#install)
|
|
- [Usage](#usage)
|
|
- [License](#license)
|
|
|
|
## Install
|
|
|
|
```
|
|
yarn add eslint-config-joyent-portal
|
|
```
|
|
|
|
## Usage
|
|
|
|
```json
|
|
{
|
|
"extends": "joyent-portal"
|
|
}
|
|
```
|
|
|
|
## License
|
|
|
|
MPL-2.0
|