gecko-dev/testing/raptor/.eslintrc.js
Rob Wood 4af496d7f2 Bug 1454466 - Move raptor in-tree; r=ahal
MozReview-Commit-ID: AkqbROfvmbu

--HG--
extra : rebase_source : bf30030a333852d6d81c4278e91b1ac9fef237fe
2018-04-16 17:15:38 -04:00

22 lines
270 B
JavaScript

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