Skip to content

Commit 68d524f

Browse files
committed
MAGETWO-99058: Broken Static build on 2.1-develop
- added eslint skip annotation
1 parent f4aaa36 commit 68d524f

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)