Skip to content

Commit 735b17e

Browse files
authored
Merge pull request #4007 from magento-mpi/MAGETWO-99058
[MPI] Fix broken static build 2.1-develop
2 parents f4aaa36 + 68d524f commit 735b17e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/PaypalCaptcha/view/frontend/requirejs-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
6-
// eslint-disable-next-line no-unused-vars
5+
/*eslint no-unused-vars: 0*/
76
var config = {
87
config: {
98
mixins: {

0 commit comments

Comments
 (0)