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

chore(deps): update dependency @antfu/eslint-config to ^2.19.0 #2726

Merged
merged 11 commits into from
Aug 16, 2024

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    e064ed7 View commit details
    Browse the repository at this point in the history
  2. chore: fix lint error in unocss.config.ts

      71:35  error  Unnecessary escape character: \/  regexp/no-useless-escape
    shuuji3 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0ccfcf4 View commit details
    Browse the repository at this point in the history
  3. chore: fix lint error in modules/pwa/config.ts

      79:23  error  Capturing group number 1 is defined but never used                                                       regexp/no-unused-capturing-group
      79:39  error  '\b' will always accept because it is preceded by a word character and followed by a non-word character  regexp/no-useless-assertions
      79:53  error  '\b' will always accept because it is preceded by a word character and followed by a non-word character  regexp/no-useless-assertions
      79:67  error  '\b' will always accept because it is preceded by a word character and followed by a non-word character  regexp/no-useless-assertions
      79:81  error  '\b' will always accept because it is preceded by a word character and followed by a non-word character  regexp/no-useless-assertions
    shuuji3 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    11cee58 View commit details
    Browse the repository at this point in the history
  4. chore: fix lint error in constants/index.ts

      29:55  error  '\d' is already included in '\w'                                                                                                                                    regexp/no-dupe-characters-character-class
      29:75  error  '\d' is already included in '\w'                                                                                                                                    regexp/no-dupe-characters-character-class
      29:75  error  Invalid character class range. A character set cannot be the minimum or maximum of a character class range. Either escape the `-` or fix the character class range  regexp/strict
      29:78  error  Unnecessary escape character: \.                                                                                                                                    regexp/no-useless-escape
    shuuji3 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    12e74cf View commit details
    Browse the repository at this point in the history
  5. chore: fix lint error in components/publish/PublishWidget.vue

      138:34  error  '(www\.)?' can be removed because of '\S+'. This cannot be fixed automatically because it might change or remove a capturing group  regexp/optimal-quantifier-concatenation
    shuuji3 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0f2ee31 View commit details
    Browse the repository at this point in the history
  6. chore: fix lint error in composables/content-parse.ts

      22:47  error  Capturing group number 1 is defined but never used                                                                                                                                            regexp/no-unused-capturing-group
    shuuji3 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d7609b3 View commit details
    Browse the repository at this point in the history
  7. chore: suppress invalid eslint suggestions in `composables/content-pa…

    …rse.ts`
    
      96:28  error  The quantifier '\w*' can exchange characters with '[\s\S]+?'. Using any string accepted by /\w+/, this can be exploited to cause at least polynomial backtracking                             regexp/no-super-linear-backtracking
      96:28  error  The quantifier '\w*' can exchange characters (\w) with '[\s\S]+?'. This makes the capturing group misleading, because the quantifier will capture fewer characters than its pattern suggests  regexp/no-misleading-capturing-group
    shuuji3 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    331ab6a View commit details
    Browse the repository at this point in the history
  8. chore: eslint auto fix

    shuuji3 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5554f4a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    aaba6e3 View commit details
    Browse the repository at this point in the history
  2. chore: more lint fixes

    danielroe committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c15319c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65b4145 View commit details
    Browse the repository at this point in the history