mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-19 07:13:07 +08:00
test: stabilize repair lifecycle on Windows
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user