mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-29 07:17:05 +00:00
11 lines
213 B
JavaScript
11 lines
213 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the shared list of defined globals for mochitests.
|
|
"extends": "../../../.eslintrc.mochitests.js",
|
|
"globals": {
|
|
"helpers": true,
|
|
"assert": true
|
|
}
|
|
};
|