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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jquery.scrollto/.jshintrc')
-rw-r--r--node_modules/jquery.scrollto/.jshintrc23
1 files changed, 23 insertions, 0 deletions
diff --git a/node_modules/jquery.scrollto/.jshintrc b/node_modules/jquery.scrollto/.jshintrc
new file mode 100644
index 0000000000..3b9e5cf6f4
--- /dev/null
+++ b/node_modules/jquery.scrollto/.jshintrc
@@ -0,0 +1,23 @@
+{
+ "shadow": "inner",
+
+ "camelcase": true,
+ "eqeqeq": true,
+ "eqnull": true,
+ "freeze": true,
+ "funcscope": true,
+ "newcap": true,
+ "noarg": true,
+ "noempty": true,
+ "nonbsp": true,
+ "unused": true,
+ "undef": true,
+ "scripturl": true,
+ "strict": true,
+ "quotmark": "single",
+
+ "globals": {"define": true},
+ "browser": true,
+ "node": true,
+ "jquery": true
+} \ No newline at end of file