Skip to content

Commit

Permalink
fix: fix eslintrc, add release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed Aug 24, 2023
1 parent 9a92f28 commit 8d8c086
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator"
]
}
}
2 changes: 1 addition & 1 deletion packages/sdk/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["../../.eslintrc.base.json"],
"parserOptions": {
"project": "./packages/core/tsconfig.json"
"project": "./packages/sdk/tsconfig.json"
}
}

0 comments on commit 8d8c086

Please sign in to comment.