local-bus
Version:
A generic bus for topic-based publication of events
24 lines • 510 B
Plain Text
{
"node": true,
"browser": false,
"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,
"globals": {"describe":true, "context":true, "before":true, "beforeEach":true, "after":true, "afterEach":true, "it":true},
"expr":"true",
"es5": true
}