Skip to content

Commit

Permalink
234th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Oct 21, 2024
1 parent 98fe0d4 commit 5f81f74
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 105 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"scripts": {
"lint": "biome check --write ./",
"check": "tsc --noEmit",
"test": "vitest run",
"bench": "vitest bench --run"
"test": "vitest run"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
Expand Down
18 changes: 0 additions & 18 deletions src/page-1/1. Two Sum/twoSum.bench.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/page-1/9. Palindrome Number/isPalindrome.bench.ts

This file was deleted.

32 changes: 0 additions & 32 deletions src/page-15/1556. Thousand Separator/thousandSeparator.bench.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/page-15/1598. Crawler Log Folder/minOperations.bench.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/page-4/345. Reverse Vowels of a String/reverseVowels.bench.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@

"skipLibCheck": true
},
"exclude": ["node_modules", "coverage"]
"exclude": ["node_modules", "coverage", "algorithms"]
}

0 comments on commit 5f81f74

Please sign in to comment.