Skip to content

Commit

Permalink
Add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Jun 9, 2024
1 parent 174a8c9 commit d14f61c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dev": "tsup-node --watch",
"test": "vitest",
"format": "prettier --write .",
"lint": "eslint . --max-warnings 0",
"lint:format": "prettier --check .",
"type-check": "tsc --noEmit",
"prepare": "pnpm run type-check && pnpm run build"
Expand All @@ -63,10 +64,10 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.2",
"@types/source-map-support": "^0.5.10",
"@types/tar-fs": "^2.0.4",
"eslint": "^8",
"eslint-config-0x80": "^0.0.0",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
Expand Down
18 changes: 3 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d14f61c

Please sign in to comment.