thedesk/node_modules/jszip/.jshintrc

13 lines
182 B
Plaintext
Raw Normal View History

2018-08-05 02:26:34 +10:00
{
"undef": true,
"strict": true,
"sub": true,
"globals": {
"TextEncoder": false,
"TextDecoder": false
},
"browser": true,
"node": true
}