Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.
/ eslint-mocha Public archive

Auto inject ESLint tests into your Mocha suite

License

Notifications You must be signed in to change notification settings

kellyselden/eslint-mocha

Repository files navigation

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"

About

Auto inject ESLint tests into your Mocha suite

Resources

License

Stars

Watchers

Forks

Packages

No packages published