Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danpalmer/danger-plugin-eslint
Eslint your code with Danger
https://github.com/danpalmer/danger-plugin-eslint
danger danger-plugin eslint linting
Last synced: 3 months ago
JSON representation
Eslint your code with Danger
- Host: GitHub
- URL: https://github.com/danpalmer/danger-plugin-eslint
- Owner: danpalmer
- License: mit
- Archived: true
- Created: 2017-12-03T18:52:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T00:26:06.000Z (about 3 years ago)
- Last Synced: 2024-07-03T09:11:18.345Z (4 months ago)
- Topics: danger, danger-plugin, eslint, linting
- Language: TypeScript
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-danger - danger-plugin-eslint - Eslint your code with Danger. (Plugins / TypeScript (danger-js))
README
# danger-plugin-eslint
[![Build Status](https://travis-ci.org/danpalmer/danger-plugin-eslint.svg?branch=master)](https://travis-ci.org/danpalmer/danger-plugin-eslint)
[![npm version](https://badge.fury.io/js/danger-plugin-eslint.svg)](https://badge.fury.io/js/danger-plugin-eslint)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)> Eslint your code with Danger
## Usage
Install:
```sh
yarn add danger-plugin-eslint --dev
```At a glance:
```js
// dangerfile.js
import eslint from 'danger-plugin-eslint'eslint()
```
## ChangelogSee the GitHub [release history](https://github.com/danpalmer/danger-plugin-eslint/releases).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).