An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# danger-plugin-eslint-disable-warn

[![Build Status](https://travis-ci.org/AndreaPontrandolfo/danger-plugin-eslint-disable-warn.svg?branch=master)](https://travis-ci.org/AndreaPontrandolfo/danger-plugin-eslint-disable-warn)
[![npm version](https://badge.fury.io/js/danger-plugin-eslint-disable-warn.svg)](https://badge.fury.io/js/danger-plugin-eslint-disable-warn)
[![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)

> 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).