Skip to content

Commit

Permalink
chore: restore linting (#148)
Browse files Browse the repository at this point in the history
Requires an aegir update for the build to pass, since aegir depends
on this module and the dependency resolution alogrithm results in
config that is incompatible with the resolved eslint-plugin-jsdoc
dep version.
  • Loading branch information
achingbrain authored May 11, 2023
1 parent f1651e3 commit b222ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
},
"scripts": {
"clean": "aegir clean",
"lint": "aegir lint",
"dep-check": "aegir dep-check -i @typescript-eslint/eslint-plugin -i @typescript-eslint/parser",
"test": "npm run test:node",
"test:node": "aegir test -t node",
Expand Down

0 comments on commit b222ba7

Please sign in to comment.