summaryrefslogtreecommitdiff
path: root/storage/.eslintrc.js
blob: 69afc2f3cb688b6592506ef6a885704ee94a8815 (plain)
1
2
3
4
5
6
7
"use strict";

module.exports = {
  "extends": [
    "../toolkit/.eslintrc.js"
  ]
};