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

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