hackforla / lucky-parking

Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles
https://www.hackforla.org/projects/lucky-parking.html
34 stars 60 forks source link

[Tech Debt] Consider and implement editor configuration file #532

Open glenflorendo opened 1 year ago

glenflorendo commented 1 year ago

User Story

As a developer, I want to determine if an editor configuration file (.editorconfig) is necessary for our web application and, if so, implement it to ensure consistent code formatting across different editors and IDEs.

Description

An editor configuration file (.editorconfig) helps maintain consistent coding styles across different editors and IDEs. While we have configuration files for Prettier and ESLint, it is important to consider if an editor configuration file is necessary to further enforce consistent code formatting.

Acceptance Criteria

Technical References

EditorConfig Documentation Visual Studio Code - EditorConfig Extension WebStorm - Configuration Code Style

Design References

N/A

glenflorendo commented 11 months ago

We need to determine if this is necessary.