Skip to content

Commit 6e0fcdb

Browse files
committed
MC-10833: Resolve TypeScript errors
- ESLint disable babel plugins
1 parent 2212238 commit 6e0fcdb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/babel/plugin-amd-to-magento-amd/ast-utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*eslint-disable */
12
"use strict";
23

34
exports.__esModule = true;

app/code/Magento/PageBuilder/view/adminhtml/web/ts/babel/plugin-amd-to-magento-amd/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*eslint-disable */
12
"use strict";
23

34
exports.__esModule = true;

app/code/Magento/PageBuilder/view/adminhtml/web/ts/babel/plugin-resolve-magento-imports/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*eslint-disable */
12
/**
23
* Copyright © Magento, Inc. All rights reserved.
34
* See COPYING.txt for license details.

0 commit comments

Comments
 (0)