mozilla / fxa-auth-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
399 stars 121 forks source link

Add semicolons #2953

Closed shane-tomlinson closed 5 years ago

shane-tomlinson commented 5 years ago

The OAuth server uses them. The content server uses them. The profile server uses them. Let's use them here too.

hritvi commented 5 years ago

May I work on this @shane-tomlinson. And also can you give a brief insight into this. Thanks!!

shane-tomlinson commented 5 years ago

I think it would be to update the semi rule in .eslintrc to ["error", "always"], and then running eslint with the --fix option.

shane-tomlinson commented 5 years ago

@hritvi - and yeah, you sure may work on this!

shane-tomlinson commented 5 years ago

Assigning myself to indicate that it's taken.