Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/eslint-config-node-style-guide
ESLint shareable config version of felixge/node-style-guide
https://github.com/pdehaan/eslint-config-node-style-guide
Last synced: 2 months ago
JSON representation
ESLint shareable config version of felixge/node-style-guide
- Host: GitHub
- URL: https://github.com/pdehaan/eslint-config-node-style-guide
- Owner: pdehaan
- Created: 2015-09-17T00:59:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T08:24:20.000Z (over 3 years ago)
- Last Synced: 2024-09-19T14:39:12.345Z (4 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-node-style-guide
This package provides a copy of [**felixge/node-style-guide**](https://github.com/felixge/node-style-guide)'s .eslintrc as an extensible shared config.
## Usage
1. Run `npm install eslint-config-node-style-guide -D` from your Terminal.
2. Add `"extends": "node-style-guide"` to your .eslintrc file.