Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T08:12:59.000Z (about 1 year ago)
- Last Synced: 2024-10-28T15:39:42.959Z (19 days 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.
[![npm version](https://badge.fury.io/js/%40eveoh%2Feslint-config.svg)](https://badge.fury.io/js/%40eveoh%2Feslint-config)
[![Build Status](https://travis-ci.org/eveoh/eslint-config-eveoh.svg?branch=master)](https://travis-ci.org/eveoh/eslint-config-eveoh)
[![Dependency Status](https://david-dm.org/eveoh/eslint-config-eveoh.svg)](https://david-dm.org/eveoh/eslint-config-eveoh)
[![devDependency Status](https://david-dm.org/eveoh/eslint-config-eveoh/dev-status.svg)](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`