Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlewand/eslint-config-mlewand-node
https://github.com/mlewand/eslint-config-mlewand-node
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlewand/eslint-config-mlewand-node
- Owner: mlewand
- Created: 2017-03-18T23:28:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T10:33:20.000Z (over 1 year ago)
- Last Synced: 2024-11-17T11:56:12.514Z (about 2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESLint Config Node Modules
A set of rules for that I'm using for node modules.
## Usage
```bash
npm install eslint-config-mlewand-node --save-dev
```Create a `.eslintrc` file in your main package directory, with the following content:
```json
{
"extends": "eslint-config-mlewand-node"
}
```