Skip to content

Commit 0edb034

Browse files
committed
chore: update config
1 parent 2ef69e5 commit 0edb034

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: 🔍 Lint and format check
2929
run: bun run check
3030

31-
- name: typecheck
31+
- name: 🔎 Typecheck
3232
run: bun run typecheck
3333

3434
- name: 🏗️ Test build

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"useLiteralKeys": "off"
3636
},
3737
"style": {
38-
"noNonNullAssertion": "off"
38+
"noNonNullAssertion": "error"
3939
},
4040
"security": {
4141
"noGlobalEval": "warn"

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
"check:write": "biome check --write .",
4646
"prepublishOnly": "npm run test && npm run check && npm run build"
4747
},
48-
"peerDependencies": {
49-
"@typescript/native-preview": "^7.0.0-dev"
50-
},
5148
"type": "module",
5249
"keywords": ["react", "jsx", "virtual-dom", "ui-library"],
5350
"author": "Marcel Olsen",

0 commit comments

Comments
 (0)