eslint-plugin-testdouble

1.0.1 • Public • Published

eslint-plugin-testdouble

ESLint rules for testdouble.js.

Install and configure

npm install --save-dev eslint-plugin-testdouble

Then add a reference to this plugin and selected rules in your eslint config:

{
  "plugins": [
    "testdouble"
  ],
  "env": {
    "testdouble/testdouble": true
  },
  "rules": {
    "testdouble/object-creation": [ "error", "plain" ]
  }
}

See Configuring Eslint on eslint.org for more info.

Package Sidebar

Install

npm i eslint-plugin-testdouble

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • michaelanthonymain