microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k stars 592 forks source link

removed incorrect comma in README.md #19

Closed RickyLin closed 7 years ago

RickyLin commented 7 years ago

removed incorrect comma in README.md

DanielRosenwasser commented 7 years ago

This is actually intentional; trailing commas make things less error-prone/frustrating when adding a new option to the following line. Thanks for the PR though!