html2canvas/.jshintrc
2015-02-03 21:34:05 +02:00

20 lines
325 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": false,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"browser": true,
"node": true,
"indent": 4,
"globals": {
"jQuery": true
},
"predef": ["-Promise"]
}