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

8 строки
90 B
JavaScript

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