https://github.com/elementsweb/j154004-eslint-config
Sharable eslint config containing some common rules
https://github.com/elementsweb/j154004-eslint-config
Last synced: 15 days ago
JSON representation
Sharable eslint config containing some common rules
- Host: GitHub
- URL: https://github.com/elementsweb/j154004-eslint-config
- Owner: elementsweb
- License: mit
- Created: 2018-04-24T17:47:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T18:05:51.000Z (about 8 years ago)
- Last Synced: 2025-03-17T04:47:47.470Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# j154004-eslint-config
Sharable eslint config containing some common rules.
## Usage
Install this module in your project:
```bash
npm install --save-dev @j154004/eslint-config
```
Add an .eslintrc.js file to the project root with the following contents:
```javascript
{
"extends": "@j154004"
}
```
## License
MIT License Copyright (c) 2018 elementsweb