summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-file/.jshintrc
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-21 18:11:51 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-21 18:11:51 +0200
commita810d0248dd9f1099ce15809f8e1e75eedbff8e6 (patch)
tree2eeebe5dbbe0e9005b89806a5b9a88d47f54ed1a /StoneIsland/plugins/cordova-plugin-file/.jshintrc
parentd906f7303e70adaa75523d8bfc5b46523ccfffa0 (diff)
plugins
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
+ }
+}