Skip to content

Commit

Permalink
Remove eslint-doc-generator exception in npmpackagejsonlintrc (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish authored Dec 12, 2024
1 parent 6beacf9 commit 1774135
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .npmpackagejsonlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"error",
{
"exceptions": [
"eslint-plugin-internal-rules",
"eslint-doc-generator"
"eslint-plugin-internal-rules"
]
}
],
Expand Down

0 comments on commit 1774135

Please sign in to comment.