Skip to content

Commit

Permalink
lint-readme: permit unescaped use of […] and [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Apr 3, 2019
1 parent 12a7e9b commit 384153d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/lint-readme
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ VERSION=0.0.0 run generate-readme
node_modules/.bin/remark \
--frail \
--no-stdout \
--use remark-lint-no-undefined-references \
--use remark-lint-no-undefined-references='allow:["…","..."]' \
--use remark-lint-no-unused-definitions \
-- README.md

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mocha": "5.x.x",
"nyc": "13.x.x",
"remark-cli": "6.x.x",
"remark-lint-no-undefined-references": "1.x.x",
"remark-lint-no-undefined-references": "1.1.x",
"remark-lint-no-unused-definitions": "1.x.x",
"remember-bower": "0.1.x",
"sanctuary-style": "3.0.x",
Expand Down

0 comments on commit 384153d

Please sign in to comment.