Skip to content

Commit

Permalink
chore(lint): Add textlint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonfellipe committed Jun 1, 2020
1 parent 3a19196 commit 1d6dd7f
Show file tree
Hide file tree
Showing 2 changed files with 1,514 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "awesome-wpo",
"description": "Awesome web performance",
"author": "Davidson Fellipe <[email protected]>",
"dependencies": {
"textlint": "^11.6.3",
"textlint-rule-no-dead-link": "^4.6.2"
},
"license": "MIT",
"scripts": {
"lint": "textlint --rule textlint-rule-no-dead-link TALKS.md"
}
}
Loading

0 comments on commit 1d6dd7f

Please sign in to comment.