cjwilburn / dank-memes

A CLI meme generator.
15 stars 14 forks source link

Code formatting standards, ESLint #25

Closed Jaace closed 6 years ago

Jaace commented 6 years ago

Summary

Currently, we have a few files with different indentation styles and a mix of tabs/spaces. Set up a basic eslint file to keep all contributors on the same page in terms of formatting and code style.

Expected Behavior

ESlint, etc is set up with basic defaults to target indentation style, code formatting, etc.

mfklauberg commented 6 years ago

hey @Jaace, I submitted a PR for this issue #27