Skip to content

Commit

Permalink
lint: verify package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Nov 25, 2024
1 parent cbb2e87 commit 986f368
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 1 deletion.
147 changes: 147 additions & 0 deletions 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 @@ -26,6 +26,7 @@
"ava": "^6.2.0",
"eslint": "^8.57.0",
"prettier": "^3.1.1",
"publint": "^0.2.12",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
Expand All @@ -39,7 +40,7 @@
"scripts": {
"build": "rm -rf dist && NODE_ENV=production tsc",
"build:watch": "npm run build -- --watch",
"lint": "cycle-import-scan . && prettier --check --log-level=warn .",
"lint": "cycle-import-scan . && prettier --check --log-level=warn . && publint --strict",
"lint:fix": "cycle-import-scan . && prettier --log-level=warn --write .",
"prepare": "npm run build",
"prepublishOnly": "npm run verify && npm run build",
Expand Down

0 comments on commit 986f368

Please sign in to comment.