PressX2Jason / PressX2Jason.github.io

A place to show off my self taught reactjs skills. Also functions as a versioned resume.
https://pressx2jason.github.io/
0 stars 0 forks source link

Nitpick - alternating use of " and ' #49

Closed PressX2Jason closed 5 years ago

PressX2Jason commented 5 years ago

Code alternates between using single and double quotes for strings.

For consistency, we will follow what is popular and use single quotes where we can. Possible option within the scope of this issue is to get a linter into the project to prevent this in the future.