Skip to content

Commit

Permalink
Only lint src
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jul 23, 2024
1 parent 6a598d5 commit dcaf496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"scripts": {
"build": "tsx src/metalsmith.ts",
"typecheck": "tsc",
"lint": "eslint --ignore-path .gitignore .",
"prelint": "prettier --check --ignore-path .gitignore .",
"lint": "eslint --ignore-path .gitignore ./src",
"prelint": "prettier --check --ignore-path .gitignore ./src",
"format": "eslint --ignore-path .gitignore --fix ./src",
"preformat": "prettier --write --ignore-path .gitignore ./src"
},
Expand Down

0 comments on commit dcaf496

Please sign in to comment.