screwdriver-node-circuitbreaker
Version:
Circuit breaker that is used to provide stability and prevent cascading failures in distributed systems
33 lines (32 loc) • 509 B
Plain Text
{
"node": true,
"browser": false,
"es5": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"expr": true,
"globals": { },
"predef": [
"describe",
"it",
"before",
"beforeEach",
"after",
"afterEach"
]
}