eslint-plugin-testdouble
v1.0.1
Published
eslint plugin for testdoublejs
Downloads
20
Maintainers
Readme
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.
