mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02:00
MozReview-Commit-ID: Hhm4YBansg1 --HG-- extra : rebase_source : 3cb49159fa3f5dae12e4eb21f22e747850fdf184
13 lines
190 B
JavaScript
13 lines
190 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": "../../components/extensions/.eslintrc.js",
|
|
|
|
"env": {
|
|
"mozilla/chrome-worker": true,
|
|
},
|
|
|
|
"rules": {
|
|
"no-console": "off",
|
|
},
|
|
};
|