We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad65192 commit 2b47ff4Copy full SHA for 2b47ff4
dev/tests/js/jasmine/tests/app/code/Magento/Customer/frontend/js/invalidation-processor.test.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable max-nested-callbacks */
2
define([
3
'squire'
4
], function (Squire) {
@@ -32,7 +33,7 @@ define([
32
33
34
describe('"process" method', function () {
35
it('record status is 1', function () {
- /*eslint no-global-assign: "error"*/
36
+ /* eslint-disable no-native-reassign */
37
38
var requireTmp = require;
39
0 commit comments