1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-06-26 03:06:27 +02:00
wp-theme/.jshintrc
2015-09-16 17:26:48 -06:00

21 lines
342 B
Plaintext

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