@researchgate/eslint-config-node-babel
Version:
ResearchGate's ESLint config for NodeJS with babel
26 lines (17 loc) • 694 B
Markdown
# eslint-config-node-babel
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Usage](#usage)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
[](https://www.npmjs.com/package/@researchgate/eslint-config-node-babel)
This package provides ResearchGate's .eslintrc as an extensible shared config
for NodeJS with babel.
## Usage
```bash
yarn add --dev eslint @researchgate/eslint-config-node-babel
```
```json
{
"extends": "@researchgate/eslint-config-node-babel"
}
```