Skip to content

Commit

Permalink
remove eslint-import-resolver-typescript (#404)
Browse files Browse the repository at this point in the history
* remove eslint-import-resolver-typescript

* add changeset
  • Loading branch information
Rihyx authored Dec 9, 2024
1 parent e8470fb commit d2899b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 102 deletions.
9 changes: 9 additions & 0 deletions .changeset/lucky-zebras-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@moonbeam-network/xcm-builder': patch
'@moonbeam-network/xcm-config': patch
'@moonbeam-network/xcm-sdk': patch
'@moonbeam-network/xcm-types': patch
'@moonbeam-network/xcm-utils': patch
---

remmove remove-eslint-import-resolver-typescript
100 changes: 0 additions & 100 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -76,6 +75,6 @@
"*.{json,md}": "prettier --write"
},
"overrides": {
"cross-spawn":"^7.0.5"
"cross-spawn": "^7.0.5"
}
}

0 comments on commit d2899b5

Please sign in to comment.