Skip to content

Commit

Permalink
exclude eslint from update
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Dec 31, 2024
1 parent a106fe8 commit 945a2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"lint:ts": "eslint ./src ./test --ext .ts",
"lint:md": "markdownlint . --ignore ./node_modules --ignore ./**/node_modules",
"lint:yaml": "yamllint {,.github/{,**/}}*.{yml,yaml}",
"check-updates": "ncu"
"check-updates": "ncu -x eslint"
},
"devDependencies": {
"@babel/cli": "7.26.4",
Expand Down

0 comments on commit 945a2a5

Please sign in to comment.