Skip to content

Commit

Permalink
chore(lint): remove people.md from the lint (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonfellipe authored Jan 28, 2023
1 parent e7f27d1 commit 77a6ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "MIT",
"scripts": {
"lint": "textlint --rule textlint-rule-terminology ./content/{ARTICLES,BLOGS,MEETUPS,PEOPLE,TALKS}.md",
"lint": "textlint --rule textlint-rule-terminology ./content/{ARTICLES,BLOGS,MEETUPS,TALKS}.md",
"lint-no-dead-link": "textlint --rule textlint-rule-no-dead-link *.md"
}
}

0 comments on commit 77a6ce5

Please sign in to comment.