Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kellyselden/eslint-config-sane-node
- Owner: kellyselden
- License: mit
- Created: 2019-07-21T14:25:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T23:07:39.000Z (6 months ago)
- Last Synced: 2024-10-19T17:58:46.761Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.