Skip to content

Commit 6d3de71

Browse files
committed
chore: move spread config before files
To be consistent with other examples such as the playwright one
1 parent 85e919c commit 6d3de71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/with-cypress/eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ export default [
1313
...vueTsEslintConfig(),
1414

1515
{
16+
...pluginCypress.configs.recommended,
1617
files: [
1718
'**/__tests__/*.{cy,spec}.{js,ts,jsx,tsx}',
1819
'cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}',
1920
'cypress/support/**/*.{js,ts,jsx,tsx}'
2021
],
21-
...pluginCypress.configs.recommended,
2222
}
2323
]

0 commit comments

Comments
 (0)