Files
tubestation/browser/components/extensions/test/xpcshell/.eslintrc.js
2016-10-18 08:38:10 +01:00

10 lines
182 B
JavaScript

"use strict";
module.exports = { // eslint-disable-line no-undef
"extends": "../../../../../testing/xpcshell/xpcshell.eslintrc.js",
"globals": {
"browser": false,
},
};