MetaMask / MetaMask/eslint-config
Review template string rules
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we prefer single-quoted string literals and template strings over concatenation using `+`. We also permit backticks (i.e. "`") for strings that do not have any templates. Should we permit backticks for string literals without any templates? Is this even configurable?
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by locating the ESLint rules that govern quote style and template strings, then determine whether backticks without interpolation are currently allowed or configurable; done requires a resolved policy and corresponding configuration or documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100