зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
254 B
JavaScript
18 строки
254 B
JavaScript
"use strict";
|
|||
|
|||
module.exports = {
|
|||
"extends": [
|
|||
"../.eslintrc.js"
|
|||
],
|
|||
"globals": {
|
|||
"Cc": true,
|
|||
"Ci": true,
|
|||
"Components": true,
|
|||
"console": true,
|
|||
"Cu": true,
|
|||
"dump": true,
|
|||
"Services": true,
|
|||
"XPCOMUtils": true
|
|||
}
|
|||
};
|