gecko-dev/testing/raptor/.eslintrc.js

22 строки
270 B
JavaScript

"use strict";
module.exports = {
globals: {
"browser": [],
"chrome": [],
"getTestConfig": true,
"startMark": [],
"endMark": [],
"name": "",
},
"plugins": [
"mozilla"
],
"rules": {
"mozilla/avoid-Date-timing": "error"
}
};