camera-preview
camera-preview copied to clipboard
Help wanted: code linting errors (Swift/Typescript)
I've added code linting to make it like other capacitor-community projects.
Unfortunately there are many linting errors, and I need your help to fix them.
How to help
- Clone this repository
- Checkout branch code-formatting
- Run
npm run lintto run all linters - Fix what it reports 😄
- Run
npm run lintagain to check they're fixed - Submit a new pull request with your changes 🥳