style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-04 18:25:16 +02:00
parent c016884dda
commit 11b10eee01
3 changed files with 7 additions and 7 deletions

View file

@ -18,9 +18,9 @@ export default mergeConfig(
lines: 60,
branches: 60,
functions: 60,
statements: 60
},
},
statements: 60,
},
},
},
}),
);