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 '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 0988d65296..3a9ce455e3 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -25,5 +25,6 @@ module.exports = {
"allowedNames": ["self"],
}
],
+ 'no-param-reassign': ["error", { "props": false }],
},
};