ua-snap / nccwsc-projects

1 stars 0 forks source link

ESLint suggestions along with removing dead code #203

Closed BobTorgerson closed 1 month ago

BobTorgerson commented 1 month ago

Let me preface this PR by saying I'm sorry for you having to review this.

This PR contains a large number of ESLint suggested changes that were outstanding due to an older version of tslint being used that didn't have the same formatting suggestions. I have went through each file for both the HTML and TS files and corrected any errors that were identified in the process.

Additionally, while I was digging through the code line-by-line, I noticed that there were a few components that were doing nothing in our current build which were the Google Analytics (known since we replaced it with Umami) and the "projects" component. The projects component appeared to be something that might have been used in a previous version of the application but is no longer utilized in any portion of the code, so I nixed the entire directory of files.

These changes also contain the ARIA standards that were being requested at the behest of the University of Tennessee's audit and should close those tickets as well.

Please let me know if you have any questions!

Closes #182 Closes #201 Closes #157 Closes #173