capacitor-community / camera-preview

Capacitor plugin that allows camera interaction from HTML code
MIT License
189 stars 166 forks source link

chore: Update eslint to 8.x #349

Open jcesarmobile opened 1 month ago

jcesarmobile commented 1 month ago

The Capacitor core plugins have updated eslint to 8.x and @ionic/eslint-config to 0.4.0 (since it's required for eslint 8.x support).

So in case you want to have dev dependencies in sync with the core plugins.

The changes in src/web.ts were made by running npm run fmt, but I can undo them if desired