Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
export default [
{
languageOptions: {
globals: {
promptDone: true,
startTest: true,
// Make no-undef happy with our runInParent mixed environments since you
// can't indicate a single function is a new env.
assert: true,
addMessageListener: true,
sendAsyncMessage: true,
Assert: true,
},
},
rules: {
"no-var": "off",
},
},
];