Skip to content

Commit

Permalink
Move testing to bun and remove eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerebtw committed Jul 21, 2024
1 parent 1441188 commit be0c17a
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 258 deletions.
32 changes: 0 additions & 32 deletions .eslintrc.json

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
8 changes: 0 additions & 8 deletions jest.config.cjs

This file was deleted.

9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"deploy:docs": "pnpm run docs && gh-pages -d docs",
"format:test": "prettier --check \"src/*.{ts,tsx}\"",
"format:write": "prettier --write \"src/*.{ts,tsx}\"",
"lint": "eslint src/**/*.ts",
"test": "jest && pnpm run format:test && pnpm run lint",
"test": "bun test && pnpm run format:test",
"prepare": "pnpm run build",
"prepublishOnly": "pnpm run test && pnpm run deploy:docs",
"preversion": "pnpm run test",
Expand All @@ -34,16 +33,10 @@
"devDependencies": {
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.0",
"@swc/jest": "^0.2.36",
"@types/bun": "^1.1.6",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"dayjs": "^1.11.12",
"eslint": "^9.7.0",
"gh-pages": "^6.1.1",
"gzip-size-cli": "^5.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.3",
"typedoc": "^0.26.5",
Expand Down
Loading

0 comments on commit be0c17a

Please sign in to comment.