janitor icon indicating copy to clipboard operation
janitor copied to clipboard

Additional enhancements to ESLint

Open notriddle opened this issue 7 years ago • 1 comments

  • [ ] Inline objects should be written as { fields }, not {fields}
  • [ ] Unused variables should be prefixed with _

notriddle avatar Jan 08 '18 17:01 notriddle

Inline objects should be written as { fields }, not {fields}

https://eslint.org/docs/rules/object-curly-spacing

Unused variables should be prefixed with _

I personally don't like that rule.

nt1m avatar Jan 08 '18 17:01 nt1m