Skip to content

Commit

Permalink
chore: configure publint
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 4, 2023
1 parent 062fe5d commit 9f08521
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
. "$(dirname -- "$0")/_/husky.sh"

npm run test

echo "\npublint:"
npx --no -- publint
162 changes: 161 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"eslint-config-pegasus": "^4.0.0",
"eslint-plugin-eslint-plugin": "^5.1.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1"
"is-ci": "^3.0.1",
"publint": "^0.1.15"
}
}

0 comments on commit 9f08521

Please sign in to comment.