We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Необходимо добавить кэширование результатов eslint для ускорения
--cache
.config/eslint
yarn lint
yarn lint --cache
The text was updated successfully, but these errors were encountered:
Производительность выросла ~х2
Кэш пока содержит абсолютные пути до файлов, что не дает его переиспользовать между нами и CI.
На относительные пути есть RFC в работе: eslint/rfcs#114 . Поэтому в игнор гита не вижу смысла добавлять.
Sorry, something went wrong.
Nelfimov
Successfully merging a pull request may close this issue.
С чем связан запрос на фичу?
Необходимо добавить кэширование результатов
eslint
для ускоренияРасскажите как вы это себе видите
--cache
.config/eslint
Критерии готовности выполнения задачи
yarn lint
остается без измененийyarn lint --cache
:Материалы
The text was updated successfully, but these errors were encountered: