summaryrefslogtreecommitdiffstats
path: root/comm/chat/protocols/xmpp/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'comm/chat/protocols/xmpp/.eslintrc.js')
-rw-r--r--comm/chat/protocols/xmpp/.eslintrc.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/comm/chat/protocols/xmpp/.eslintrc.js b/comm/chat/protocols/xmpp/.eslintrc.js
new file mode 100644
index 0000000000..66953c7e25
--- /dev/null
+++ b/comm/chat/protocols/xmpp/.eslintrc.js
@@ -0,0 +1,12 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+"use strict";
+
+module.exports = {
+ rules: {
+ // The following rules will not be enabled currently.
+ complexity: "off",
+ },
+};