Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Кэширование eslint #459

Closed
2 tasks done
Nelfimov opened this issue Dec 20, 2024 · 1 comment · Fixed by #460
Closed
2 tasks done

Кэширование eslint #459

Nelfimov opened this issue Dec 20, 2024 · 1 comment · Fixed by #460
Assignees
Labels
feature New feature or request

Comments

@Nelfimov
Copy link
Member

Nelfimov commented Dec 20, 2024

С чем связан запрос на фичу?

Необходимо добавить кэширование результатов eslint для ускорения

Расскажите как вы это себе видите

  • добавить создание кэша при флаге --cache
  • сохранять кэш в .config/eslint

Критерии готовности выполнения задачи

  • yarn lint остается без изменений
  • yarn lint --cache:
    • выводит результат
    • сохраняет кэш
    • имеет прирост в скорости обработки

Материалы

@Nelfimov Nelfimov added the feature New feature or request label Dec 20, 2024
@Nelfimov Nelfimov self-assigned this Dec 20, 2024
@Nelfimov
Copy link
Member Author

Производительность выросла ~х2

Кэш пока содержит абсолютные пути до файлов, что не дает его переиспользовать между нами и CI.

На относительные пути есть RFC в работе: eslint/rfcs#114 . Поэтому в игнор гита не вижу смысла добавлять.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant