[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
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove autofix

+1 -1
+1 -1
package.json
··· 18 18 "scripts": { 19 19 "build": "tsdown", 20 20 "dev": "vitest dev", 21 - "lint": "eslint . --fix", 21 + "lint": "eslint .", 22 22 "prepare": "simple-git-hooks", 23 23 "prepack": "pnpm build", 24 24 "prepublishOnly": "pnpm lint && pnpm test",