Bug 1468361 [wpt PR 11478] - Add test run time to wptreport.json format, a=testonly
[gecko.git] / services / .eslintrc.js
blob120e4d5de523f9a088ec33e7174c616f67cce3a4
1 "use strict";
3 module.exports = {
4   plugins: [
5     "mozilla"
6   ],
7   "rules": {
8     "no-throw-literal": 2,
9   },