Skip to content

Commit

Permalink
chore: add lint path for eslint command (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Oct 29, 2024
1 parent 75d40c8 commit 2b61607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scripts": {
"dev": "tsup src/index.ts --format esm --out-dir=lib --watch --dts",
"build": "tsup src/index.ts --format esm,cjs --out-dir=lib --dts --clean",
"lint": "eslint --ext .ts,.js",
"lint": "eslint . --fix --ext .ts,.js",
"format": "prettier --write .",
"clean": "rimraf node_modules lib",
"test:watch": "vitest --coverage",
Expand Down

0 comments on commit 2b61607

Please sign in to comment.