Skip to content

Commit

Permalink
lint: include package-lock.json for linting (#5992)
Browse files Browse the repository at this point in the history
It was excluded before, but lint-staged considers *.json as something to
lint, and so modifying it would cause lint-staged to complain.
  • Loading branch information
quisquous authored Dec 7, 2023
1 parent 90c57c2 commit 4e5661a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"./dist/",
"./npm-package/",
"./plugin/ThirdParty/",
"./publish/",
"**/*-lock.json"
"./publish/"
],
"lineWidth": 100,
"useTabs": false,
Expand Down

0 comments on commit 4e5661a

Please sign in to comment.