debugger-api
Version:
An API for attaching to and interacting with the V8 debugger.
21 lines (20 loc) • 288 B
Plain Text
{
"node": true,
"eqnull" : true,
"indent": 2,
"undef": true,
"quotmark": "single",
"maxlen": 105,
"trailing": true,
"newcap": true,
"nonew": true,
"sub": true,
"globals": {
"describe": true,
"it": true,
"before": true,
"beforeEach": true,
"after": true,
"afterEach": true
}
}