We've got a whole new bunch of Hacktoberfest contributions thanks to these wonderful volunteers:
- @afonsojramos
- @alejo90
- @asponda
- @bmeverett
- @da-snap
- @deerawan
- @devinmotion
- @gzuzmark
- @jeremyyap
- @KingDarBoja
- @KleeUT
- @YashdalfTheGray
Feature changes included:
- #193: add converter for space-within-parens rule
- #202: Add missing converter: no-null-keyword
- #204: Add missing converter: file-name-casing
- #205: Added no-unused-expression converter
- #206: Added no-async-without-await converter and unit tests
- #209: Script creates wrongly named file on Windows
- #210: use of no-empty-function
- #211: Added ordered-imports converter
- #214: add no-duplicate-variable converter and unit test
- #215: Feature/converter no default export
- #218: implement no-shadowed-variable converter
- #220: added semicolon rule converter plus tests
- #221: added a converter for use-default-type-parameter
- #222: Implement variable-name rule converter
- #223: Implement no-submodule-imports converter
- #226: Removed end-to-end tests
- #227: Add no-caller and no-eval mergers
- #229: Refreshed list of ESLint rules for new additions
- #235: Switched no-console output from blacklist to whitelist