summaryrefslogtreecommitdiff
path: root/storage/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'storage/.eslintrc.js')
-rw-r--r--storage/.eslintrc.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/storage/.eslintrc.js b/storage/.eslintrc.js
new file mode 100644
index 0000000000..69afc2f3cb
--- /dev/null
+++ b/storage/.eslintrc.js
@@ -0,0 +1,7 @@
+"use strict";
+
+module.exports = {
+ "extends": [
+ "../toolkit/.eslintrc.js"
+ ]
+};