Cool-Y.github.io/themes/next/test/.jshintrc
2019-04-02 16:28:32 +08:00

24 lines
356 B
Plaintext

{
"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
}
}