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
- Host: GitHub
- URL: https://github.com/enpit/eslint-config-enpit-jet
- Owner: enpit
- License: mit
- Created: 2017-01-10T17:08:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T17:15:04.000Z (over 9 years ago)
- Last Synced: 2026-02-13T13:32:21.389Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```