3.5.0 • Published 4 years ago

@eaze/danger-plugin-eslint v3.5.0

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

danger-plugin-eslint

This plugin lints your modified files and outputs tables of warnings and errors. It will fail the build on errors.

Credits

This package is more or less a fork from danger-plugin-eslint from @danpalmer, licensed under MIT.

It lints files that are new or modified in the current PR.

Usage

Install:

npm i @eaze/danger-plugin-eslint --dev

At a glance:

// dangerfile.js
import { schedule } from 'danger';
import eslint from '@eaze/danger-plugin-eslint';

schedule(eslint());
3.5.0

4 years ago

3.4.0

4 years ago

3.3.1

4 years ago

3.3.2

4 years ago

3.3.0

4 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago