Skip to content

Commit 4db6ade

Browse files
committed
fix: forgot to add trailing comma
1 parent 3f3d708 commit 4db6ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/linting/cypress-ct/eslint.config.js.data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function getData({ oldData }) {
1414
{
1515
...pluginCypress.configs.recommended,
1616
files: [
17-
'**/__tests__/*.{cy,spec}.{js,ts,jsx,tsx}'
17+
'**/__tests__/*.{cy,spec}.{js,ts,jsx,tsx}',
1818
'cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}',
1919
'cypress/support/**/*.{js,ts,jsx,tsx}',
2020
],

0 commit comments

Comments
 (0)