.jshintrc
335 Bytes
{
"indent": 4,
"node": true,
"globalstrict": true,
"evil": true,
"unused": true,
"undef": true,
"newcap": true,
"esnext": true,
"curly": true,
"eqeqeq": true,
"expr": true,
"node": true,
"predef": [
"describe",
"it",
"beforeEach",
"afterEach"
]
}