gecko-dev/dom/fetch/tests/.eslintrc.js

8 строки
91 B
JavaScript

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