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: 11 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T00:26:06.000Z (over 3 years ago)
- Last Synced: 2025-04-20T18:01:49.636Z (22 days ago)
- Topics: danger, danger-plugin, eslint, linting
- Language: TypeScript
- Size: 58.6 KB
- Stars: 3
- Watchers: 1
- 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
[](https://travis-ci.org/danpalmer/danger-plugin-eslint)
[](https://badge.fury.io/js/danger-plugin-eslint)
[](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).