We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d778f commit 9ca1d92Copy full SHA for 9ca1d92
eslint.lint-staged.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from 'eslint/config';
2
import parent from './eslint.config';
3
4
export default defineConfig([
5
- parent,
+ ...parent,
6
{
7
files: ['**/*.spec.ts'],
8
rules: { 'playwright/no-focused-test': 'error' },
0 commit comments