mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
20 lines
334 B
Plaintext
20 lines
334 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", "define"]
|
|
}
|