about summary refs log tree commit diff
path: root/eslint/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'eslint/index.js')
-rw-r--r--eslint/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/eslint/index.js b/eslint/index.js
new file mode 100644
index 000000000..daf5bd81d
--- /dev/null
+++ b/eslint/index.js
@@ -0,0 +1,7 @@
+'use strict'
+
+module.exports = {
+  rules: {
+    'avoid-unwrapped-text': require('./avoid-unwrapped-text'),
+  },
+}