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:
Jakob Ackermann
2022-05-17 08:05:59 +00:00
committed by Copybot
parent 81b935e317
commit f0bd6dda23
145 changed files with 1023 additions and 1207 deletions
@@ -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,