eslint-mocha

0.7.3 • Public • Published

eslint-mocha

Build Status Build status Code Climate Coverage Status

npm version dependencies Status devDependencies Status peerDependencies Status

Auto inject ESLint tests into your Mocha suite. This is a zero-code alternative to mocha-eslint, where you need to write some boilerplate code to get up and running.

Installation

npm install eslint-mocha

You also need eslint and mocha as dependencies.

Usage

eslint-mocha --eslint-args="my eslint args" --mocha-args="my mocha args"

Example

eslint-mocha --eslint-args="**/*.js" --mocha-args="test/**/*-test.js"

Readme

Keywords

Package Sidebar

Install

npm i eslint-mocha

Weekly Downloads

31

Version

0.7.3

License

MIT

Unpacked Size

54 kB

Total Files

10

Last publish

Collaborators

  • kellyselden