Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmurygin/eslint-config-mmurygin-node
My eslint config for nodejs
https://github.com/mmurygin/eslint-config-mmurygin-node
eslint eslint-config
Last synced: about 1 month ago
JSON representation
My eslint config for nodejs
- Host: GitHub
- URL: https://github.com/mmurygin/eslint-config-mmurygin-node
- Owner: mmurygin
- Created: 2017-02-28T02:50:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T08:02:06.000Z (over 7 years ago)
- Last Synced: 2024-11-20T13:13:34.993Z (about 1 month ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eslint config for nodejs
## Getting Started
1. Install dependencies
```
npm install --save-dev eslint eslint-plugin-import eslint-plugin-node eslint-config-airbnb-base eslint-config-mmurygin-node
```2. Add to your `.eslintrc.json`
```javascript
{
"extends": "mmurygin-node"
}
```