Files
react/packages
Lauren Tan 9d90dc235d [compiler] Derive ErrorSeverity from ErrorCategory
With #34176 we now have granular lint rules created for each compiler ErrorCategory. However, we had remnants of our old error severities still in use which makes reporting errors quite clunky. Previously you would need to specify both a category and severity which often ended up being the same.

This PR moves severity definition into our rules which are generated from our categories. For now I decided to defer "upgrading" categories from a simple string to a sum type since we are only using severities to map errors to eslint severity.
2025-09-05 15:26:21 -04:00
..
2025-08-22 16:58:01 -04:00