MetaMask / MetaMask/eslint-config
Audit all ESLint config for performance issues
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
We've found this ESLint configuration to be very slow, and we suspect it's in part due to redundant or unnecessary rules.
We should audit all of our rules to ensure that none of them are redundant or unnecessary, with particular attention paid to any that have a substantial performance impact.
This should be done after `prettier` has been added to our base config (#91), as many of the performance issues are related to `prettier` usage.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.