karma-whs-benchmark
Version:
Continuous JavaScript Performance Monitoring with Benchmark.js and the Karma Runner
25 lines (24 loc) • 403 B
Plain Text
{
"boss": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"es5": false,
"evil": true,
"expr": true,
"latedef": false,
"laxbreak": true,
"newcap": true,
"noarg": true,
"node": true,
"regexdash": true,
"strict": false,
"sub": true,
"trailing": true,
"undef": true,
"unused": false,
"wsh": true,
"predef": {
"Benchmark": true
}
}