mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando
8 lines
95 B
JavaScript
8 lines
95 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
env: {
|
|
browser: true,
|
|
webextensions: true,
|
|
},
|
|
};
|