Skip to content

Commit e3c7000

Browse files
renovate[bot]DerYeger
authored andcommitted
fix(deps): update dependency eslint-plugin-cypress to v5
1 parent 26ca358 commit e3c7000

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"astro-eslint-parser": "1.2.2",
5353
"eslint-import-resolver-typescript": "4.4.2",
5454
"eslint-plugin-astro": "1.3.1",
55-
"eslint-plugin-cypress": "4.3.0",
55+
"eslint-plugin-cypress": "5.0.1",
5656
"eslint-plugin-format": "1.0.1",
5757
"eslint-plugin-import": "2.31.0",
5858
"eslint-plugin-jsx-a11y": "6.10.2",

packages/eslint-config/src/index.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { fileURLToPath } from 'node:url'
33

44
import antfu from '@antfu/eslint-config'
55
import { FlatCompat } from '@eslint/eslintrc'
6+
import pluginCypress from 'eslint-plugin-cypress'
67

78
const __dirname = dirname(fileURLToPath(import.meta.url))
89

@@ -28,9 +29,9 @@ export default function (...configs) {
2829
vue: true,
2930
yaml: true,
3031
},
32+
pluginCypress.configs.recommended,
3133
compat.extends(
3234
'plugin:astro/recommended',
33-
'plugin:cypress/recommended',
3435
'plugin:md/recommended',
3536
'plugin:tailwindcss/recommended',
3637
),

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)