wp-theme/.jshintrc

21 lines
411 B
Plaintext
Raw Permalink Normal View History

2015-09-17 01:26:48 +02:00
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"validthis": true,
"globals": {
"exports": true,
"module": false,
"console": true,
"document": true,
"window": true,
}
2015-09-17 01:26:48 +02:00
}