Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
chore: upgrade rome
Browse files Browse the repository at this point in the history
  • Loading branch information
peetzweg committed Jun 14, 2023
1 parent 7e20e67 commit ee11fe8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: pnpm/action-setup@v2
- run: pnpm install
- name: Lint code
run: pnpm ci
run: pnpm lint:ci
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format": "rome format . --write",
"lint": "rome check .",
"lint:fix": "pnpm lint --apply-unsafe",
"ci": "rome ci ."
"lint:ci": "rome ci ."
},
"dependencies": {
"@polkadot/api-contract": "^10.9.1",
Expand All @@ -23,7 +23,7 @@
"@talismn/connect-wallets": "^1.2.3"
},
"devDependencies": {
"rome": "12.1.2"
"rome": "12.1.3"
},
"packageManager": "[email protected]"
}
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

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

0 comments on commit ee11fe8

Please sign in to comment.