capacitor-community / bluetooth-le

Capacitor plugin for Bluetooth Low Energy
MIT License
284 stars 86 forks source link

chore: Update @ionic/eslint-config to avoid install warnings #693

Closed jcesarmobile closed 1 month ago

jcesarmobile commented 1 month ago

updated @ionic/eslint-config to ^0.4.0, which is compatible with eslint 8, while 0.3.0 shows warnings on npm install, removed @typescript-eslint/eslint-plugin since it's part of @ionic/eslint-config

the swift changes were made by npm run fmt command, probably because of using a newer swiftlint version that last run

pwespi commented 1 month ago

Looks good, thank you!