Bugzilla – Attachment 174432 Details for
Bug 38167
ESLint: migrate config to flat format + cleanup some node dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38167: Make Prettier and ESLint happier for cypress/plugins/index.js
Bug-38167-Make-Prettier-and-ESLint-happier-for-cyp.patch (text/plain), 1.20 KB, created by
Paul Derscheid
on 2024-11-12 17:20:56 UTC
(
hide
)
Description:
Bug 38167: Make Prettier and ESLint happier for cypress/plugins/index.js
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-11-12 17:20:56 UTC
Size:
1.20 KB
patch
obsolete
>From e9776f62dd07482abfcacdfe884b7d28c1e4f5fc Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 21 Oct 2024 18:31:41 +0200 >Subject: [PATCH] Bug 38167: Make Prettier and ESLint happier for > cypress/plugins/index.js > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > t/cypress/plugins/index.js | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) > >diff --git a/t/cypress/plugins/index.js b/t/cypress/plugins/index.js >index 042e8ef88a..d038b8c821 100644 >--- a/t/cypress/plugins/index.js >+++ b/t/cypress/plugins/index.js >@@ -1,17 +1,17 @@ >-const { startDevServer } = require('@cypress/webpack-dev-server') >+const { startDevServer } = require("@cypress/webpack-dev-server"); > > module.exports = (on, config) => { >- on('dev-server:start', options => >- startDevServer({ >- options, >- }) >- ) >+ on("dev-server:start", options => >+ startDevServer({ >+ options, >+ }) >+ ); > >- return config >-} >+ return config; >+}; > >-const mysql = require('cypress-mysql'); >+const mysql = require("cypress-mysql"); > > module.exports = (on, config) => { >- mysql.configurePlugin(on); >-} >+ mysql.configurePlugin(on); >+}; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38167
:
172754
|
172755
|
173070
|
173071
|
174429
|
174430
|
174431
|
174432
|
174855
|
174856
|
174857
|
174858
|
174859