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

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