Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebUI: migrate to ESLint v9 #20800

Merged
merged 2 commits into from
May 11, 2024
Merged

WebUI: migrate to ESLint v9 #20800

merged 2 commits into from
May 11, 2024

Commits on May 4, 2024

  1. WebUI: migrate to ESLint v9

    Chocobo1 committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e2d6cd3 View commit details
    Browse the repository at this point in the history
  2. WebUI: add linting for regular expressions

    And applies to following suggestions:
    * Use case-insensitive flag `i`
    * Use `\w` for matching characters
    * Sort the regex flags
    Chocobo1 committed May 4, 2024
    Configuration menu
    Copy the full SHA
    6231208 View commit details
    Browse the repository at this point in the history