ASU / asu-unity-stack

ASU Unity Design System
https://unity.web.asu.edu/
Other
11 stars 8 forks source link

refactor(components-core): minor fixes to remove typo errors #1103

Closed maycomayco closed 1 year ago

maycomayco commented 1 year ago

Description

There are many data type errors in the package, and there are also a lot of linter warnings. We tried to minimize this and align the code with the defined rules.

The solution to this was to review most of the files and align the code to the required standards since some things weren't automatically fixed by the linter.

I reverted the rule of using single quotes since every time a change is made, many lines in the files are unnecessarily modified. It's not necessary to change the nature of the project at this point.

I also added an extension called Error Lens to the list of recommended extensions. It highlights in real-time if any of the code guidelines defined for the project are not being followed. I think it's a good practice because it's really helpful.

Links

Checklist

Browsers