Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.