unexpected-stream
Version:
node.js streams plugin for the Unexpected assertion library
21 lines (20 loc) • 401 B
Plain Text
{
"extends": ["standard", "prettier"],
"plugins": ["mocha"],
"env": {
"mocha": true
},
"rules": {
"prefer-template": "error",
"mocha/no-exclusive-tests": "error",
"mocha/no-nested-tests": "error",
"mocha/no-identical-title": "error",
"prefer-const": [
"error",
{
"destructuring": "all",
"ignoreReadBeforeAssign": false
}
]
}
}