summaryrefslogtreecommitdiff
path: root/toolkit/xre/test/.eslintrc.js
blob: e3134a291cc0aadb1e8e46eec912c10a89aaf3e0 (plain)
1
2
3
4
5
6
7
"use strict";

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