Skip to content

Commit e711140

Browse files
authored
chore(deps): update eslint-plugin-cypress to 5.1.0 (cypress-io#1492)
1 parent dbcd20d commit e711140

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import globals from 'globals'
22
import pluginJs from '@eslint/js'
3-
import pluginCypress from 'eslint-plugin-cypress/flat'
3+
import pluginCypress from 'eslint-plugin-cypress'
44
import stylistic from '@stylistic/eslint-plugin'
55

66
export default [

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/node": "22.13.10",
5858
"@vercel/ncc": "0.38.1",
5959
"eslint": "9.29.0",
60-
"eslint-plugin-cypress": "4.3.0",
60+
"eslint-plugin-cypress": "5.1.0",
6161
"globals": "16.0.0",
6262
"husky": "9.1.7",
6363
"markdown-link-check": "3.13.7",

0 commit comments

Comments
 (0)