gitdagray/csv-to-sql-insert

prettier and eslint config for the project

YugandharrPatil opened this issue · 5 comments

I think adding a prettier and eslint config for the project would be ideal since varying configs of users can make it difficult for changes to be analyzed in PRs.

This is a good idea and one I'd like to prioritize so all the PRs aren't formatted differently.

Prettier config now added - see dev dependencies in package.json. Guide for this update here: https://gist.github.com/siakaramalegos/4a5cdab1f44ffb217a48d5260043f8ae

eslint config still needed - leaving this issue open.

how about we go with the infamous airbnb config? Here's the style guide: https://github.com/airbnb/javascript

how about we go with the infamous airbnb config? Here's the style guide: https://github.com/airbnb/javascript

Yes, I've looked at that in the past. Please do. 😀

How about we populate the prettier config? Because it'll keep giving errors until we populate it with something. Safe to close the issue after its addition I guess.