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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
270 B
JavaScript
Raw Normal View History

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