summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-file/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-file/.jshintrc')
-rw-r--r--StoneIsland/plugins/cordova-plugin-file/.jshintrc30
1 files changed, 30 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-file/.jshintrc b/StoneIsland/plugins/cordova-plugin-file/.jshintrc
new file mode 100644
index 00000000..177bbf92
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-file/.jshintrc
@@ -0,0 +1,30 @@
+{
+ "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,
+ "cordova": false,
+ "File": true,
+ "FileSystem": true,
+ "FileReader": true,
+ "FileWriter": true,
+ "FileError": true,
+ "LocalFileSystem": true,
+ "Metadata": true,
+ "Flags": true,
+ "DirectoryEntry": true,
+ "resolveLocalFileSystemURL": false,
+ "requestFileSystem": true,
+ "FILESYSTEM_PREFIX": true,
+ "FILESYSTEM_PROTOCOL": true
+ }
+}