Skip to content

Commit

Permalink
configure lint & typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nadhifikbarw committed Dec 23, 2024
1 parent 2c0f90f commit 8ad13da
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ coverage
node_modules
dist
temp
*.tgz
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"scripts": {
"dev": "vitest",
"build": "unbuild",
"typecheck": "tsc --noEmit",
"lint": "eslint . && prettier -c src tests",
"test": "pnpm lint && vitest run --coverage",
"lint:fix": "eslint --fix . && prettier -w src tests",
Expand All @@ -23,8 +24,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.16",
Expand Down
Loading

0 comments on commit 8ad13da

Please # to comment.