Skip to content

Commit 9ca1d92

Browse files
chore: lock file maintenance (#191)
* chore: lock file maintenance * chore: update config files --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <[email protected]>
1 parent 09d778f commit 9ca1d92

File tree

2 files changed

+440
-372
lines changed

2 files changed

+440
-372
lines changed

eslint.lint-staged.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'eslint/config';
22
import parent from './eslint.config';
33

44
export default defineConfig([
5-
parent,
5+
...parent,
66
{
77
files: ['**/*.spec.ts'],
88
rules: { 'playwright/no-focused-test': 'error' },

0 commit comments

Comments
 (0)