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 'libs/bower_components/jquery-ui/ui/.jshintrc')
-rw-r--r--libs/bower_components/jquery-ui/ui/.jshintrc22
1 files changed, 0 insertions, 22 deletions
diff --git a/libs/bower_components/jquery-ui/ui/.jshintrc b/libs/bower_components/jquery-ui/ui/.jshintrc
deleted file mode 100644
index a5d36e1d33..0000000000
--- a/libs/bower_components/jquery-ui/ui/.jshintrc
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "boss": true,
- "curly": true,
- "eqeqeq": true,
- "eqnull": true,
- "expr": true,
- "immed": true,
- "noarg": true,
- "onevar": true,
- "quotmark": "double",
- "smarttabs": true,
- "trailing": true,
- "undef": true,
- "unused": true,
-
- "browser": true,
- "jquery": true,
-
- "globals": {
- "Globalize": false
- }
-}