initial
This commit is contained in:
23
themes/next/test/.jshintrc
Normal file
23
themes/next/test/.jshintrc
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user