dirty-chai
Version:
Extends Chai with lint-friendly terminating assertions.
34 lines (33 loc) • 570 B
Plain Text
{
"node": true,
"browser": true,
"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,
"trailing": true,
"smarttabs": true,
"globals": {
"_": true,
"describe": true,
"beforeEach": true,
"afterEach": true,
"before": true,
"after": true,
"it": true,
"expect": true,
"define": true,
"chai": true,
"AssertionError": true
}
}