We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d9ab6 commit 9445371Copy full SHA for 9445371
packages/plugin-split-variable-declarations/README.md
@@ -41,6 +41,13 @@ let a;
41
let b;
42
```
43
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
51
## License
52
53
MIT
0 commit comments