Open jcesarmobile opened 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
src/web.ts
npm run fmt
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 runningnpm run fmt
, but I can undo them if desired