Skip to content

Update isAbsoluteURL.js#3809

Merged
jasonsaayman merged 2 commits intoaxios:masterfrom
lzxb:patch-1
Dec 23, 2021
Merged

Update isAbsoluteURL.js#3809
jasonsaayman merged 2 commits intoaxios:masterfrom
lzxb:patch-1

Conversation

@lzxb
Copy link
Copy Markdown
Contributor

@lzxb lzxb commented May 24, 2021

Escaping non-special characters in strings, template literals, and regular expressions doesn't have any effect, as demonstrated in the following example:

https://eslint.org/docs/rules/no-useless-escape

Instructions

Please read and follow the instructions before creating and submitting a pull request:

  • Create an issue explaining the feature. It could save you some effort in case we don't consider it should be included in axios.
  • If you're fixing a bug, try to commit the failing test/s and the code fixing it in different commits.
  • Ensure you're following our contributing guide.

⚠️👆 Delete the instructions before submitting the pull request 👆⚠️

Describe your pull request here.

lzxb and others added 2 commits May 24, 2021 20:01
Escaping non-special characters in strings, template literals, and regular expressions doesn't have any effect, as demonstrated in the following example:

https://eslint.org/docs/rules/no-useless-escape
@jasonsaayman jasonsaayman merged commit a8cd75a into axios:master Dec 23, 2021
mbargiel pushed a commit to mbargiel/axios that referenced this pull request Jan 27, 2022
Escaping non-special characters in strings, template literals, and regular expressions doesn't have any effect, as demonstrated in the following example:

https://eslint.org/docs/rules/no-useless-escape

Co-authored-by: Jay <jasonsaayman@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants