Skip to content
Snippets Groups Projects
Commit 2df42804e8d2 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:shirt: eslint

parent 88b8eddf0cc0
No related branches found
No related tags found
1 merge request!15👕 eslint
Pipeline #117218 passed
......@@ -28,7 +28,7 @@
"website": "https://orbeet.io/",
"depends": ["web"],
"assets": {
"web.assets_backend": ["/xbus_common/static/src/js/debug_manager_xbus.js"],
"web.assets_backend": ["/xbus_common/static/src/js/debug_manager_xbus.esm.js"],
},
"data": [
"security/groups.xml",
......
......@@ -22,4 +22,5 @@
* addons/web/static/src/views/debug_items.js
*/
import {_t} from "@web/core/l10n/translation";
import {registry} from "@web/core/registry";
......@@ -25,5 +26,4 @@
import {registry} from "@web/core/registry";
import {_t} from "@web/core/l10n/translation";
const debugRegistry = registry.category("debug");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment