/
dimamir
/
medusa
Обзор
Документация
Войти
/
dimamir
/
medusa
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
scripts/on-lint-error.js
12 строк
352 B
Carlos R. L. Rodrigues
chore: Centralise ESLint rules (#2162)
13 сен 2022, 13:42
Не верифицирован
13 сен 2022, 13:42
a94d981
Код
Авторство
О чём код?
console.log(` Oops! Medusa noticed some lint or style issues in the code for this commit. You need to fix the issues before pushing the changes. Use 'yarn run lint' to manually re-run these checks. You can also disable these checks: - for a single commit: git commit --no-verify - for all future commits: yarn run hooks:uninstall `) process.exit(1)