ni / javascript-styleguide

JavaScript and TypeScript Style Guide
MIT License
9 stars 9 forks source link

Require curly braces for all blocks #87

Closed jattasNI closed 2 years ago

jattasNI commented 2 years ago

Justification

Fixes #86.

Implementation

Enable the curly ESLint rule.

Testing

Manually modified test files within the repo and verified that lint errors are reported for both JS and TS code if you have an if without braces.

jattasNI commented 2 years ago

Closed in favor of #105 which has uses branch workflow instead of fork