maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Must meet good quality coding standards (indentation, scoping, naming). #1

Closed maxlemieux closed 4 years ago

maxlemieux commented 4 years ago

Must meet good quality coding standards (indentation, scoping, naming).

We need to use eslinter

maxlemieux commented 4 years ago

If we don't use eslinter due to the conflicts with React, we need to use some other automated tool.

maxlemieux commented 4 years ago

We can go over the code today and pull out old comments, debugging prints, unused sections.

maxlemieux commented 4 years ago

Using eslint successfully in the base of the project (server level).

maxlemieux commented 4 years ago

We're running the airbnb-base config for eslint and passing lint with 4 items bypassed.