Mypal/security/manager/tools/.eslintrc.js

10 lines
229 B
JavaScript

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