]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/rules/arrow-parens.md
import 8.4.0 source
[pve-eslint.git] / eslint / docs / rules / arrow-parens.md
index 144ebdf071035db463a2274d471a3ba433ab2d11..8a133cdf452d006dbf5c4e6da06216d45d8ca2e2 100644 (file)
@@ -20,7 +20,6 @@ a => {}
 Following this style will help you find arrow functions (`=>`) which may be mistakenly included in a condition
 when a comparison such as `>=` was the intent.
 
-
 ```js
 /*eslint-env es6*/