I did not expect this line to trigger this rule when `allowConstantExport` is enabled. ```tsx export const MENU_WIDTH = 232 as const; ``` When I remove `as const`, the rule doesn't trigger.
I did not expect this line to trigger this rule when
allowConstantExportis enabled.When I remove
as const, the rule doesn't trigger.