Merge pull request #7986 from overleaf/jpa-eslint-8
[misc] upgrade eslint packages to the latest version everywhere GitOrigin-RevId: f1480d4a171acef82fb26c4aa54be3a6088b0ab3
This commit is contained in:
@@ -97,7 +97,7 @@ describe('Csrf', function () {
|
||||
let err
|
||||
this.Csrf = SandboxedModule.require(modulePath, {
|
||||
globals: {
|
||||
console: console,
|
||||
console,
|
||||
},
|
||||
requires: {
|
||||
csurf: (this.csurf = sinon
|
||||
@@ -131,7 +131,7 @@ describe('Csrf', function () {
|
||||
it('calls the callback without an error', function () {
|
||||
this.Csrf = SandboxedModule.require(modulePath, {
|
||||
globals: {
|
||||
console: console,
|
||||
console,
|
||||
},
|
||||
requires: {
|
||||
csurf: (this.csurf = sinon
|
||||
@@ -159,7 +159,7 @@ describe('Csrf', function () {
|
||||
it('calls the callback with `true`', function () {
|
||||
this.Csrf = SandboxedModule.require(modulePath, {
|
||||
globals: {
|
||||
console: console,
|
||||
console,
|
||||
},
|
||||
requires: {
|
||||
csurf: (this.csurf = sinon
|
||||
@@ -177,7 +177,7 @@ describe('Csrf', function () {
|
||||
it('calls the callback with an error', function () {
|
||||
this.Csrf = SandboxedModule.require(modulePath, {
|
||||
globals: {
|
||||
console: console,
|
||||
console,
|
||||
},
|
||||
requires: {
|
||||
csurf: (this.csurf = sinon
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* eslint-disable
|
||||
node/handle-callback-err,
|
||||
n/handle-callback-err,
|
||||
max-len,
|
||||
no-return-assign,
|
||||
no-unused-vars,
|
||||
|
||||
Reference in New Issue
Block a user