gitdagray / csv-to-sql-insert

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
MIT License
97 stars 122 forks source link

replaced all console.log(err) with console.error(err), added most imp… #15

Closed monoira closed 10 months ago

monoira commented 10 months ago

replaced all console.log(err) with console.error(err), added most important default .prettierrc.json settings as well as .editorconfig

gitdagray commented 10 months ago

Hi, these look like good additions. The project is moving fast today. Can you pull in the latest changes and resubmit? Also, please submit an issue for the changes you are requesting. Thanks for contributing!!