This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@mocha/eslint-config-mocha

0.0.0 • Public • Published

eslint-config-mocha

ESLint config for mochajs projects

Summary

Does nothing remarkable with linting your tests! Intended for use by projects under the Mocha.js GitHub org.

As of this writing, this config is unused by any published project. Except this one, I guess.

Install

Install with npm

$ npm i eslint eslint-config-standard eslint-plugin-import eslint-plugin-promise eslint-plugin-standard eslint-plugin-mocha-only eslint-config-mocha --save-dev

(About ESLint & peerDependencies)

Usage

Assuming a JSON ESLint config, add the following to the root .eslintrc.json:

{
  "extends": "mocha"
}

For ES6 Modules

If using ES6 modules, instead:

{
  "extends": "mocha/es6"
}

For Tests

In your test/.eslintrc.json, try this:

{
  "extends": "mocha/test"
}

License

Copyright (c) 2016 JS Foundation and contributors

Licensed Apache-2.0

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @mocha/eslint-config-mocha

    Weekly Downloads

    21

    Version

    0.0.0

    License

    Apache-2.0

    Last publish

    Collaborators

    • boneskull
    • joshuakgoldberg
    • uzlopak
    • voxpelli