Skip to content

Commit

Permalink
Add publint (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Aug 22, 2023
1 parent 03f0481 commit 2efc2b5
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- run:
name: Build
command: npm run build
- run:
name: Lint package
command: npm run lint:package
- run:
name: Tests
command: npm run test:ci
Expand Down
254 changes: 254 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"test:ci": "c8 npm run test -- --maxWorkers=1",
"precommit": "pretty-quick --staged",
"lint": "eslint ./src ./test --ext ts",
"lint:package": "publint",
"start:playground": "node --experimental-specifier-resolution=node --no-warnings --loader ts-node/esm playground/index.ts"
},
"repository": {
Expand Down Expand Up @@ -74,6 +75,7 @@
"node-fetch": "^3.3.1",
"prettier": "^2.8.7",
"pretty-quick": "^1.11.1",
"publint": "^0.2.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.6",
Expand Down

0 comments on commit 2efc2b5

Please sign in to comment.