Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kellyselden/eslint-config-sane-node

A sane JavaScript style: Node.js edition
https://github.com/kellyselden/eslint-config-sane-node

Last synced: 16 days ago
JSON representation

A sane JavaScript style: Node.js edition

Awesome Lists containing this project

README

        

# eslint-config-sane-node

[![npm version](https://badge.fury.io/js/eslint-config-sane-node.svg)](https://badge.fury.io/js/eslint-config-sane-node)

A sane JavaScript style: Node.js edition

Uses

* [eslint-config-sane](https://github.com/kellyselden/eslint-config-sane)
* [eslint-plugin-json-files](https://github.com/kellyselden/eslint-plugin-json-files)
* [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n)

### Installation

```
npm install --save-dev eslint-config-sane eslint-config-sane-node eslint-plugin-json-files eslint-plugin-n eslint-plugin-prefer-let
```

Also make sure to add `--ext js,json` to your eslint command to include linting JSON files.