Skip to content

2.4.0

Compare
Choose a tag to compare
@bstaruk bstaruk released this 13 Aug 20:49
a6566e7

This is a minor release that includes a couple new toys and the usual dependency updates:

  • Prettier is here! I love using the "Format Code" tool in VS Code and Prettier is amazing for that.
  • Comma dangles are no longer disallowed in eslint -- we now just go with the defaults (all).
  • npm run dev is now npm run start -- arbitrary, I know, but this seems to be the standard these days.
  • .***rc files have been updated to ***rc.js when possible, this allows prettier to get into them and do it's thing.
  • Added a couple new lines to the .gitignore files.