Skip to content

Commit 9445371

Browse files
committed
docs: @putout/plugin-split-variable-declaraionts: comparison
1 parent f7d9ab6 commit 9445371

File tree

1 file changed

+7
-0
lines changed
  • packages/plugin-split-variable-declarations

1 file changed

+7
-0
lines changed

packages/plugin-split-variable-declarations/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ let a;
4141
let b;
4242
```
4343

44+
## Comparison
45+
46+
Linter | Rule | Fix
47+
--------|-------|------------|
48+
🐊 **Putout** | [`remove-debugger`](https://github.com/coderaiser/putout/tree/master/packages/plugin-split-variable-declarations#readme) | ✅
49+
**ESLint** | [`no-var`](https://eslint.org/docs/latest/rules/one-var) | ✅
50+
4451
## License
4552

4653
MIT

0 commit comments

Comments
 (0)