Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-02-10 12:55:20 +0300
committerbrantje <brantje@gmail.com>2017-02-10 12:55:20 +0300
commit3f328c7cd1327f07f9006d8a0aa7f267510cfb1d (patch)
tree0c06f43d13cd0e6ae9ccc128e21634a9b5df0f4b /.jshintrc
parentfc20a9aef481118338675c66665947227c7947a4 (diff)
Small style fixes
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..4bf3f27
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,10 @@
+{
+ "maxerr" : 50,
+ "jquery" : true, // jQuery
+ "globals" : {
+ "angular": true,
+ "PassmanImporter": true,
+ "C_Promise": true,
+ "window": true
+ } // additional predefined global variables
+} \ No newline at end of file