mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 19:29:24 +02:00
7 lines
76 B
JavaScript
7 lines
76 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
env: {
|
|
webextensions: true,
|
|
},
|
|
};
|