summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprofile/tests/files/dummy-profile/.eslintrc.js
blob: 8d36cca28730518ac9dcacf91b31fecc6fd45bf6 (plain)
1
2
3
4
5
6
7
"use strict";

module.exports = {
  globals: {
    user_pref: true,
  },
};