summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/tests/.eslintrc.js')
-rw-r--r--editor/libeditor/tests/.eslintrc.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/editor/libeditor/tests/.eslintrc.js b/editor/libeditor/tests/.eslintrc.js
new file mode 100644
index 0000000000..85c68598a9
--- /dev/null
+++ b/editor/libeditor/tests/.eslintrc.js
@@ -0,0 +1,9 @@
+"use strict";
+
+module.exports = {
+ plugins: ["no-unsanitized"],
+
+ rules: {
+ "no-unsanitized/property": "off",
+ },
+};