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

https://github.com/enpit/eslint-config-enpit-jet

The ESLint config we use at enpit for our Oracle JET projects
https://github.com/enpit/eslint-config-enpit-jet

Last synced: 13 days ago
JSON representation

The ESLint config we use at enpit for our Oracle JET projects

Awesome Lists containing this project

README

          

# eslint-config-enpit-jet
The ESLint config we use at enpit for our Oracle JET projects.
Extends the [ESLint config by Google](https://github.com/google/eslint-config-google).

## Installation

```
npm install --save-dev eslint eslint-config-enpit-jet
```

## Usage

.eslintrc:
``` json
{
"extends": "eslint-config-enpit-jet"
}
```