Skip to content

Commit b27654c

Browse files
committed
feat: add linting for "file system" vs. "filesystem"
Ref: nodejs/node#46178
1 parent 104a5be commit b27654c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ const plugins = [
8989
remarkLintProhibitedStrings,
9090
[
9191
{ yes: "End-of-Life" },
92+
{ no: "filesystem", yes: "file system" },
9293
{ yes: "GitHub" },
9394
{ no: "hostname", yes: "host name" },
9495
{ yes: "JavaScript" },

0 commit comments

Comments
 (0)