Closed bfmiv closed 4 years ago
Here's the output of yarn test
:
$ yarn test
yarn run v1.19.1
$ yarn lint
$ eslint lib/ tests/
$ mocha tests --recursive --reporter=dot
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
251 passing (2s)
$ yarn docs:check
$ eslint-docs check
✔ docs/rules/interface.md is valid
✔ docs/rules/string-enum.md is valid
✔ The README is valid
✨ Done in 4.78s.
Awesome! Really want this merged :D @infctr 🙏
Found bugs actually; Inline types totally mess up a file
examples:
1.
2.
👍 nice, I will update and add a test. Thanks!
@infctr @kg-currenxie should be good now
$ yarn test
yarn run v1.19.1
$ yarn lint
$ eslint lib/ tests/
$ mocha tests --recursive --reporter=dot
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
251 passing (2s)
$ yarn docs:check
$ eslint-docs check
✔ docs/rules/interface.md is valid
✔ docs/rules/string-enum.md is valid
✔ The README is valid
✨ Done in 3.94s.
new fix works well so far :) 👍
@bfmiv Thanks for your contribution, LGTM, I'll give it a try later this week!
@infctr bump - can we get this merged soon? FWIW I've been using this without problems across a range of projects for the last month or so.
@bfmiv Published
Thanks!
Resolves #4