Skip to content

Commit

Permalink
Update JS and PY dependencies (go-gitea#29127)
Browse files Browse the repository at this point in the history
- Update all excluding `@mcaptcha/vanilla-glue` and
`eslint-plugin-array-func`
- Remove deprecated and duplicate eslint rule
- Tested Monaco, Mermaid and Swagger
  • Loading branch information
silverwind committed Feb 11, 2024
1 parent 12865ae commit 4fe3712
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 153 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ rules:
prefer-rest-params: [2]
prefer-spread: [2]
prefer-template: [2]
quotes: [2, single, {avoidEscape: true, allowTemplateLiterals: true}]
radix: [2, as-needed]
regexp/confusing-quantifier: [2]
regexp/control-character-escape: [2]
Expand Down

0 comments on commit 4fe3712

Please sign in to comment.