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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-07 20:56:29 +0300
committerbrantje <brantje@gmail.com>2016-10-07 20:56:29 +0300
commit15b32b7e5e11255ea13a80dc48257e5eea772b60 (patch)
tree6d12ac3f0cf7f56271c707cfe2fcf648f6774dbc /.jshintrc
parente818e40f2f740f0c4d74a331ad8d14245d97643e (diff)
Add JSHint, solve all problems
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 00000000..688f0cb7
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,10 @@
+{
+ "maxerr" : 50,
+ "jquery" : true, // jQuery
+ "globals" : {
+ "angular": true,
+ "PassmanImporter": true,
+ "OC": true,
+ "window": true
+ } // additional predefined global variables
+} \ No newline at end of file