Skip to content

Commit

Permalink
Only lint the library
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Sep 22, 2024
1 parent d431bc0 commit 97bb68a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"jest": "^29.7.0"
},
"scripts": {
"lint:js": "eslint js/**/*.js",
"origlint:js": "eslint js/**/*.js",
"lint:js": "eslint js/tinytib.js",
"lint": "npm run lint:js"
}
}

0 comments on commit 97bb68a

Please sign in to comment.