mirror of
https://github.com/roytam1/palemoon-source-tracking.git
synced 2026-05-29 07:55:00 +00:00
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the shared list of defined globals for mochitests.
|
|
"extends": "../../../.eslintrc.mochitests.js"
|
|
};
|