gecko-dev/security/manager/tools/.eslintrc.js

10 строки
197 B
JavaScript

"use strict";
module.exports = {
"globals": {
// JS files in this folder are commonly xpcshell scripts where |arguments|
// is defined in the global scope.
"arguments": false
}
};