Cool-Y.github.io/themes/next/test/.jshintrc

24 lines
356 B
Plaintext
Raw Permalink Normal View History

2019-04-02 08:28:32 +00:00
{
"curly": true,
"eqnull": true,
"eqeqeq": true,
"undef": true,
"newcap": true,
"unused": true,
"laxcomma": false,
"asi": false,
"expr": true,
"loopfunc": false,
"strict": false,
"globals": {
"define": true,
"require": true,
"it": true,
"module": true,
"describe": true,
"window": true,
"$": true
}
}