enhancementhelp wanted
仓库指标
- 星标
- (5,022 个星标)
- PR 合并指标
- (平均合并 1天 16小时) (30 天内合并 399 个 PR)
描述
- Use snapshot test https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2333
- Improve fix, not use the original text but manipulate tokens
- Improve fix for
node?.parentNode.removeChild(node)(node can be anything, the object and the argument should be same reference, but can be different AST, eg:a?.b?.parentNode.remove(a.b))