aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/unit')
-rw-r--r--tests/phpunit/unit/includes/tidy/.eslintrc.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/phpunit/unit/includes/tidy/.eslintrc.json b/tests/phpunit/unit/includes/tidy/.eslintrc.json
new file mode 100644
index 000000000000..d72df1be7ed1
--- /dev/null
+++ b/tests/phpunit/unit/includes/tidy/.eslintrc.json
@@ -0,0 +1,6 @@
+{
+ "rules": {
+ "indent": "off",
+ "eol-last": "off"
+ }
+}