cucumber
Version:
The official JavaScript implementation of Cucumber.
36 lines (35 loc) • 696 B
Plain Text
{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": false,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": false,
"regexp": true,
"undef": true,
"unused": true,
"strict": false,
"trailing": true,
"smarttabs": true,
"jquery": true,
"white": true,
"multistr": true,
"jasmine": true,
"globals": {
"createSpy": true,
"spyOnStub": true,
"requireLib": true,
"createSpyWithStubs": true,
"createSpyObj": true,
"createEmittingSpy": true,
"spyOnModule": true,
"spyOnModuleAndReturn": true,
"itBehavesLikeAllCucumberConfigurations": true
}
}