Skip to content

Commit 70dbf99

Browse files
committedJan 14, 2023
feat: add linting for "file system" vs. "filesystem"
Ref: nodejs/node#46178
1 parent 7c02625 commit 70dbf99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.js

+1
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)
Please sign in to comment.