MetaMask / MetaMask/eslint-config
Further restrict unused expressions
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
See: [no-unused-expressions](https://eslint.org/docs/rules/no-unused-expressions)
See: https://github.com/MetaMask/eslint-config/blob/108d224e48fdf7f6f05de2bf2ece1fe65484c89b/config/index.js#L208
All unused expressions should be disabled.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open config/index.js at the referenced line and read the no-unused-expressions rule documentation linked in the issue. Confirm how the shared ESLint configuration currently handles unused expressions, then verify the configuration enforces the requested restriction and run the repository's lint checks to confirm the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100