html2canvas/.jshintrc

20 lines
335 B
Plaintext
Raw Normal View History

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": false,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"browser": true,
2015-01-20 00:33:29 +03:00
"node": true,
2014-09-04 19:47:17 +04:00
"indent": 4,
"globals": {
"jQuery": true
2014-01-19 20:04:27 +04:00
},
2015-08-30 02:27:38 +03:00
"predef": ["-Promise", "define"]
2014-01-19 20:04:27 +04:00
}