Skip to content

Commit

Permalink
feat: add linting for "file system" vs. "filesystem"
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jan 12, 2023
1 parent 7c02625 commit b272803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -89,6 +89,7 @@ const plugins = [
remarkLintProhibitedStrings,
[
{ yes: "End-of-Life" },
{ no: "filesystem", yes: "file system" },
{ yes: "GitHub" },
{ no: "hostname", yes: "host name" },
{ yes: "JavaScript" },
Expand Down

0 comments on commit b272803

Please sign in to comment.