Skip to content

Commit db45e3c

Browse files
authored
bugfix: Installation failure in version 7.0.3: patch-package not found (7.0.2 installs correctly) #411 (#412)
1 parent fe6924d commit db45e3c

File tree

4 files changed

+7
-215
lines changed

4 files changed

+7
-215
lines changed

.swiftlint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
parent_config: node_modules/@ionic/swiftlint-config/.swiftlint.yml
2+
3+
# Local overrides for this repo (SwiftLint will merge/apply this config)
4+
identifier_name:
5+
excluded: [x, y, i, j]

package-lock.json

Lines changed: 0 additions & 199 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
"fmt": "concurrently -g \"npm:eslint -- --fix\" \"npm:prettier -- --write\" \"npm:swiftlint -- lint --fix --format ios\"",
1919
"eslint": "eslint src --ext ts",
2020
"prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
21-
"swiftlint": "node-swiftlint",
21+
"swiftlint": "node-swiftlint --config .swiftlint.yml",
2222
"prepublishOnly": "npm run build",
23-
"prepare": "husky install && npm run build",
24-
"postinstall": "patch-package"
23+
"prepare": "husky install && npm run build"
2524
},
2625
"author": "Ariel Hernandez Musa",
2726
"license": "MIT",
@@ -37,7 +36,6 @@
3736
"concurrently": "^9.2.1",
3837
"eslint": "^9.39.2",
3938
"husky": "^9.1.7",
40-
"patch-package": "^8.0.1",
4139
"prettier": "^3.8.1",
4240
"prettier-plugin-java": "^2.8.1",
4341
"pretty-quick": "^4.1.1",

patches/@ionic+swiftlint-config+2.0.0.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)