Skip to content

Commit

Permalink
fix: changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamien committed Feb 8, 2024
1 parent 38683ba commit 9439979
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"unused-imports/no-unused-vars": "off",
"unused-imports/no-unused-imports": "warn",
"@typescript-eslint/no-unused-vars": [
"off",
"warn",
{
"args": "after-used",
"ignoreRestSiblings": false,
Expand Down
Loading

0 comments on commit 9439979

Please sign in to comment.