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:
authorPeter Zhang <peter@innocraft.com>2022-02-14 10:06:37 +0300
committerGitHub <noreply@github.com>2022-02-14 10:06:37 +0300
commit48020c27e137c7e9ce9db6c20794cdfd2ddefa8b (patch)
tree208c4f86d92cb8cfdeeada52808b5443b6a44d01 /.eslintignore
parentf6b343d980128f51a736755751249470fc7b9db5 (diff)
add enable browser detection and some tests (#18633)
* add enableBrowserFeatureDetection and simple tests add enableBrowserFeatureDetection and simple tests * Update AnonymousPiwikUsageMeasurement update tests * rebuilt piwik.js * Revert "Update AnonymousPiwikUsageMeasurement" This reverts commit 21de4c77ba8032c085ed9f4b1924bac4eee228f0. * Update index.php add tests * Update index.php * Update index.php update wrong function * Update index.php update tests * Update index.php update tests * Update .eslintignore disable jslint for complie js * update jsLint error update jsLint error * remove space remove space * Update index.php update wording Co-authored-by: peterhashair <peterhashair@users.noreply.github.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index dc04889aff..96c64c309f 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -5,4 +5,5 @@ plugins/*/angularjs/
plugins/*/tests/UI/
plugins/*/vue/dist/**/*.js
js/*.js
-piwik.js \ No newline at end of file
+piwik.js
+matomo.js \ No newline at end of file