summaryrefslogtreecommitdiff
path: root/toolkit/components/aboutmemory/tests/.eslintrc.js
blob: 2c669d844eb07b11f7a5058c3a61297d021572e9 (plain)
1
2
3
4
5
6
7
"use strict";

module.exports = {
  "extends": [
    "../../../../testing/mochitest/chrome.eslintrc.js"
  ]
};