https://github.com/semestry/eslint-config-eveoh
This package provides Eveoh's .eslintrc as an extensible shared config.
https://github.com/semestry/eslint-config-eveoh
Last synced: 8 months ago
JSON representation
This package provides Eveoh's .eslintrc as an extensible shared config.
- Host: GitHub
- URL: https://github.com/semestry/eslint-config-eveoh
- Owner: semestry
- License: mit
- Created: 2016-03-15T12:04:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T08:12:59.000Z (about 2 years ago)
- Last Synced: 2025-03-01T05:03:14.388Z (8 months ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-eveoh
This package provides Eveoh's .eslintrc as an extensible shared config.
[](https://badge.fury.io/js/%40eveoh%2Feslint-config)
[](https://travis-ci.org/eveoh/eslint-config-eveoh)
[](https://david-dm.org/eveoh/eslint-config-eveoh)
[](https://david-dm.org/eveoh/eslint-config-eveoh#info=devDependencies)## Usage
Requires `eslint`.
1. `npm install --save-dev eslint-config-eveoh eslint`
2. Add `"extends": "eveoh"` to your .eslintrc. Also extend `eslint:recommended` if you want to use the recommended
rules.## Testing
Lint this module with itself using `npm test`.
## Releasing
1. Log in using `npm login`
2. Release package: `npm publish --access public`