# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703
9 lines
95 B
JavaScript
9 lines
95 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
env: {
|
|
browser: true,
|
|
webextensions: true,
|
|
},
|
|
};
|