mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
We add a exclude pattern that makes sure we don't catch two edge cases: a variable declaration `const style =` and setting a variable ending in style such as `require_cmd_style =`. We don't add and exclude pattern for let declaration because it will catch lines that modify it later in the code. (Removed other files from exclude list that no longer needed to be excluded from this lint rule.)