Skip to content

Commit

Permalink
mod lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterStorey committed Oct 3, 2024
1 parent 83ed59d commit b2d47e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [2024-10-03] [mod lint script](https://github.com/RubricLab/blocks/commit/5bc324c8cefd0f7bb66e3489a9379436451c01e9)
- [2024-10-03] [gitignore turbo, format](https://github.com/RubricLab/blocks/commit/241a1d1ead5837caa43b6ead71d5640a653c50fa)
- [2024-10-02] [gitignore, biome, vscode](https://github.com/RubricLab/blocks/commit/02286ea402548a9fa94c4ae78face277c1d4e258)
- [2024-10-02] [init](https://github.com/RubricLab/blocks/commit/fe6c1d5f2d2293123f08c996f0c8a2f2dd4bda50)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"bleed": "bun x npm-check-updates -u && bun i",
"clean": "rm -rf .next && rm -rf node_modules",
"format": "bun x biome format --write .",
"lint": "bun x biome check .",
"lint:fix": "bun x biome lint . --write --unsafe"
"lint": "bun x biome check . && bun x biome lint .",
"lint:fix": "bun x biome check --fix --unsafe . && bun x biome lint --write --unsafe ."
},
"name": "@rubriclab/blocks",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.ts",
"dependencies": {
"@rubriclab/package": "*",
Expand Down

0 comments on commit b2d47e1

Please sign in to comment.