Mypal/devtools/client/jsonview/.eslintrc.js

12 lines
162 B
JavaScript
Raw Normal View History

2019-03-11 10:26:37 +00:00
"use strict";
module.exports = {
"globals": {
"define": true,
"document": true,
"window": true,
"CustomEvent": true,
"Locale": true
}
};