mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
5bb7b57b66
MozReview-Commit-ID: 2Xuj5nxuQdO --HG-- extra : rebase_source : fab5c4903b47d48080ff3c07825440e12f718698
15 lines
240 B
JavaScript
15 lines
240 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// When adding items to this file please check for effects on sub-directories.
|
|
"plugins": [
|
|
"mozilla"
|
|
],
|
|
"rules": {
|
|
"mozilla/import-globals": "warn",
|
|
},
|
|
"env": {
|
|
"es6": true
|
|
},
|
|
};
|