gecko-dev/dom/serviceworkers/test/.eslintrc.js

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

10 lines
162 B
JavaScript
Raw Normal View History

"use strict";
module.exports = {
"extends": [
"plugin:mozilla/mochitest-test",
"plugin:mozilla/browser-test",
"plugin:mozilla/chrome-test",
]
};