gecko-dev/devtools/client/jsonview/.eslintrc.js

12 строки
164 B
JavaScript

"use strict";
module.exports = {
"globals": {
"define": true,
"document": true,
"window": true,
"CustomEvent": true,
"JSONView": true
}
};