Files
medusa-store/scripts/on-lint-error.js
Carlos R. L. Rodrigues a94d9816fe chore: Centralise ESLint rules (#2162)
* chore: centrilize eslint rules
2022-09-13 07:42:33 -03:00

13 lines
352 B
JavaScript

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)