Skip to content

nishp1/eslint-plugin-sinon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-sinon

ESLint rules for Sinon.JS.

Install and configure

This plugin requires ESLint 1.4.1 or later.

npm install --save-dev eslint-plugin-sinon

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

{
  "plugins": [
    "sinon"
  ],
  "rules": {
    "sinon/no-fakes": 2
  }
}

See Configuring Eslint on eslint.org for more info.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published