Rename Toolkit's webextensions component directory to better reflect what it is.

This commit is contained in:
NTD 2018-02-09 11:10:00 -05:00 committed by Roy Tam
commit d7d16e7fbb
242 changed files with 4 additions and 2 deletions

View file

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