You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Environment information
According https://rome.tools/docs/lint/rules/noShoutyConstants/
Such code snippet should not emit a warning:
https://play.rome.tools/?code=let+lib+%3D+%22lib%22&lineWidth=80&indentStyle=tab"eStyle=double&indentWidth=2&sourceType=module&typescript=false&jsx=false#bABlAHQAIABsAGkAYgAgAD0AIAAiAGwAaQBiACIA
What happened?
Rome emit a diagnostic
Expected result
This code snippet will not raise an error.
Also
for such code snippet:
don't raise an error, because it is a common pattern for
redux
andvuex
when writing action type.Code of Conduct
The text was updated successfully, but these errors were encountered: