You've already forked mattlution
'初始化提交'
This commit is contained in:
19
plugins/cordova-plugin-file-transfer/.jshintrc
Normal file
19
plugins/cordova-plugin-file-transfer/.jshintrc
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"browser": true
|
||||
, "devel": true
|
||||
, "bitwise": true
|
||||
, "undef": true
|
||||
, "trailing": true
|
||||
, "quotmark": false
|
||||
, "indent": 4
|
||||
, "unused": "vars"
|
||||
, "latedef": "nofunc"
|
||||
, "globals": {
|
||||
"module": false,
|
||||
"exports": false,
|
||||
"require": false,
|
||||
"FileTransferError": true,
|
||||
"FileUploadResult": true,
|
||||
"resolveLocalFileSystemURI": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user