hackforla / food-oasis

Repository for the current redevelopment of the Food Oasis Los Angeles website
https://foodoasis.la
GNU General Public License v2.0
73 stars 51 forks source link

Implement Static Code Analysis #357

Closed entrotech closed 4 years ago

entrotech commented 4 years ago

Overview

Use elint and prettier and tooling like husky and lint-staged to automate checking and fixing coding standards. Automated format checking makes the code easier to read and work with, and eliminates a lot of noise from merges and PR requests due to changes that are only format differences, and not due to actual changes in functionality.

Action Items

Resources/Instructions

entrotech commented 4 years ago

PR #350