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

https://github.com/pqml/eslint

eslint config
https://github.com/pqml/eslint

Last synced: 2 months ago
JSON representation

eslint config

Awesome Lists containing this project

README

        

# Eslint Config


## Requirements
- Node 10


## Module Installation

```sh
# using npm
$ npm install --save-dev @internet/eslint-config

# or using yarn
$ yarn add --dev @internet/eslint-config
```


## Usage

Add this to your eslint config:

```json
{
"extends": ["@internet"]
}
```


## License
[MIT.](LICENSE)


`eslint-config` is a package of the [@internet](https://www.npmjs.com/org/internet) npm scope.

_[@internet](https://www.npmjs.com/org/internet) is a collection of opinionated and interoperables front-end npm ES6 modules, with minimal external dependencies._