oxvo / oxvo-mobile

Oxvo Mobile
0 stars 0 forks source link

ESLint, Prettier, Husky, Sentry and GitHub Actions #12

Closed mksglu closed 1 year ago

mksglu commented 1 year ago

Complete the headings for ESLint, Prettier, Husky, Sentry, and GitHub Actions. For ESLint, write a command that matches the TS extension files in the app directory and fixes ESLint errors. Add this command to the package.json file. Run this command inside Husky. Do the same for Prettier. In addition to these commands, create a non-fixing version that shows errors. Use this command in CI/CD inside GitHub Actions. For now, let's only run ESLint and Prettier in CI. For Sentry, finalize the PR, master the usage of ENV, and test.

mksglu commented 1 year ago

Sinan's machine is broken and I assign the issue myself.