dwyl / goodparts

:see_no_evil: An ESLint Style that only allows JavaScript the Good Parts (and "Better Parts") in your code.
GNU General Public License v2.0
78 stars 26 forks source link

key-spacing #198

Closed jrans closed 8 years ago

jrans commented 8 years ago

http://eslint.org/docs/rules/key-spacing

["error", { "beforeColon": false, "afterColon": true, "mode": strict }] `keep consistent especially for diffs