Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): replace dependency rome with @biomejs/biome #57

Merged
merged 5 commits into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rome.json → biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./node_modules/rome/configuration_schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"linter": {
"enabled": true,
"rules": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build:kotlinnd": "cd kotlin && ./gradlew build --stacktrace --no-daemon",
"start": "next start",
"deploy": "pnpm build && git add . && git commit -m '...' && git push",
"format": "rome format --write src *.js && rome check --apply src *.js",
"lint": "rome check src *.js",
"format": "pnpm dlx @biomejs/biome check --apply src *.js",
"lint": "pnpm dlx @biomejs/biome check src *.js",
"export": "next export"
},
"dependencies": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"autoprefixer": "^10.4.13",
"cytoscape": "^3.17.0",
"postcss": "^8.4.21",
"rome": "^12.0.0",
"@biomejs/biome": "^1.0.0",
"tailwindcss": "^3.2.4",
"typescript": "^5.0.0"
},
Expand Down
Loading
Loading