alpha
Login
or
Join now
danielroe.dev
/
errx
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/errx. Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.
error
stack-trace
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: remove autofix
author
Daniel Roe
date
1 month ago
(Jun 9, 2026, 7:33 AM +0100)
commit
0d37fdf1
0d37fdf1569935dca19b79cb5aee2cd93a4c4101
parent
df1b1335
df1b1335108668c1adc76379f373494491377505
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
package.json
+1
-1
package.json
View file
Reviewed
···
18
18
"scripts": {
19
19
"build": "tsdown",
20
20
"dev": "vitest dev",
21
21
-
"lint": "eslint . --fix",
21
21
+
"lint": "eslint .",
22
22
"prepare": "simple-git-hooks",
23
23
"prepack": "pnpm build",
24
24
"prepublishOnly": "pnpm lint && pnpm test",