https://github.com/andreapontrandolfo/dangerjs-plugin
Dangerjs plugin that decorates your pull-requests when it finds eslint-disable references.
https://github.com/andreapontrandolfo/dangerjs-plugin
danger danger-plugin eslint
Last synced: about 2 months ago
JSON representation
Dangerjs plugin that decorates your pull-requests when it finds eslint-disable references.
- Host: GitHub
- URL: https://github.com/andreapontrandolfo/dangerjs-plugin
- Owner: AndreaPontrandolfo
- License: mit
- Created: 2022-11-13T15:24:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T19:48:32.000Z (over 3 years ago)
- Last Synced: 2025-03-22T19:44:47.400Z (over 1 year ago)
- Topics: danger, danger-plugin, eslint
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# danger-plugin-eslint-disable-warn
[](https://travis-ci.org/AndreaPontrandolfo/danger-plugin-eslint-disable-warn)
[](https://badge.fury.io/js/danger-plugin-eslint-disable-warn)
[](https://github.com/semantic-release/semantic-release)
> this dangerjs plugin decorates your pull-requests when it finds eslint-disable references
## Usage
Install:
```sh
pnpm i -D danger-plugin-eslint-disable-warn
```
At a glance:
```js
// dangerfile.js
import eslintDisableWarn from "danger-plugin-eslint-disable-warn";
eslintDisableWarn();
```
## Changelog
See the GitHub [release history](https://github.com/AndreaPontrandolfo/danger-plugin-eslint-disable-warn/releases).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).