mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
test: stabilize repair lifecycle on Windows
This commit is contained in:
parent
f92f15199c
commit
bf17737969
2 changed files with 4 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ const globals = require('globals');
|
|||
|
||||
module.exports = [
|
||||
{
|
||||
ignores: ['.opencode/dist/**', '.cursor/**', 'node_modules/**']
|
||||
ignores: ['.opencode/dist/**', '.cursor/**', 'node_modules/**', '.venv/**', 'venv/**', 'coverage/**']
|
||||
},
|
||||
js.configs.recommended,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue