cucumber-for-jenkins
Version:
The unofficial JavaScript implementation of Cucumber.
24 lines (23 loc) • 394 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": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": false,
"trailing": true,
"smarttabs": true,
"jquery": true,
"white": true,
"multistr": true
}