Skip to content

Commit

Permalink
Not sure how eslint got removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Nov 19, 2024
1 parent a7b8a41 commit 6919819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"build": "bun run typecheck && bun build ./src/index.ts --outdir ./dist --target node",
"prepublishOnly": "bun run build",
"build-binary": "bun run typecheck && bun build ./src/index.ts --compile --outfile make-agent",
"lint": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'",
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
"lint": "prettier --check '{src,tests}/**/*.{js,ts}' && eslint . --ignore-pattern dist/",
"fmt": "prettier --write '{src,tests}/**/*.{js,ts}' && yarn lint --fix"
},
"keywords": [
"ai",
Expand Down

0 comments on commit 6919819

Please sign in to comment.