React: How to have VSCode auto-complete with single-quotes in most places, but double-quotes in JSX tags?
For my React TypeScript project, the ESLint specifies using single-quotes in general, but double-quotes in JSX/TSX tags. Here’s a mini version of the “.eslintrc.json” file: