ESLint Configuration for Mocha and Chai
Nobody likes false positives! The following configuration works with ESLint 4 with Chai's BDD style should
and expect
interfaces.
module.exports = {
"env": {
"mocha": true
},
"rules": {
"no-unused-vars": [
"error",
{
"varsIgnorePattern": "should|expect"
}
]
}
}
Written by Jon Peck
Related protips
1 Response
mnmn
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#