зеркало из https://github.com/mozilla/gecko-dev.git
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
7 строки
152 B
JavaScript
7 строки
152 B
JavaScript
"use strict";
|
|||
|
|||
module.exports = {
|
|||
// Extend from the shared list of defined globals for xpcshell.
|
|||
"extends": "../../../../.eslintrc.xpcshell.js"
|
|||
};
|