Results 71 issues of jcesarmobile

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...

**Starter Type:** react-vite **Starter Template:** all **Description:** `npm run lint` command does nothing, eslint is not properly configured **My `ionic info`:** ``` ``` **Other Information:**

triage

Closes https://github.com/apache/cordova-ios/issues/1367 ~we could even drop Xcode 14 and go to 15 directly since Apple is going to require Xcode 15 at some point this month~

Remove CordovaLib from the template and instead add a local "empty" swift package, in which `cordova-plugin-add` will add the plugins as dependencies if they are swift package manager compatible. Plugin...

I've made the default false to not break things, but I think for Capacitor 7 it should be made true to be consistent with the other platforms where there is...

rimraf 3 and 4 are deprecated and cause warnings on `npm install`, updated rimraf dev dependency to 5.x since we only use the command line tool to remove the dist...

Update `eslint` to 8.x to match other Capacitor projects. Update `@ionic/eslint-config` so it works with `eslint` 8.x Remove `@typescript-eslint/eslint-plugin` dependency since it's part of `@ionic/eslint-config`

This is just a test for converting the plugin to a Swift Package Manager so https://github.com/apache/cordova-ios/pull/1430 can be tested with something. I had a local copy that didn't have the...

the fmt script was broken for swift files this PR fixes the script and runs it

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...