fix: add missing path for patcher.worker.js in linter ignore list

This commit is contained in:
zurdi
2025-12-23 15:05:51 +00:00
parent 31e5a005ab
commit f24d374b8d

View File

@@ -49,6 +49,7 @@ lint:
- linters: [ALL]
paths:
- frontend/assets/patcherjs/**
- frontend/public/assets/patcherjs/patcher.worker.js
- frontend/src/__generated__/**
- docker/Dockerfile
- docker/nginx/js/**