Skip to content

Commit 49788b3

Browse files
committed
33470: Suppress ESLint warning for unnecessary escape character
1 parent cddfb65 commit 49788b3

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/validation

1 file changed

+2
-0
lines changed

app/code/Magento/Ui/view/base/web/js/lib/validation/rules.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
/**
77
* @api
88
*/
9+
10+
/* eslint-disable no-useless-escape */
911
define([
1012
'jquery',
1113
'underscore',

0 commit comments

Comments
 (0)