Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Use ESLint to ensure uniform and modern JavaScript syntax #99

Merged
merged 1 commit into from Jul 16, 2019

Conversation

mbyczkowski
Copy link
Contributor

js-jose's code has allowed for mixing snake camel case, varying
indentation practices etc. I'm sure this could have been addressed with
proper jshint config, but having used ESLint in the past, it seems to
make a better job at enforcing rules and also auto-fixing small mishaps.

I've picked standardjs.com as the basis for the JavaScript style, with
one omission -- unlike standardjs, js-jose will still use semicolons
everywhere (happy to change it, but seemed like a bigger change that
could happen in a separate PR).

js-jose's code has allowed for mixing snake camel case, varying
indentation practices etc. I'm sure this could have been addressed with
proper jshint config, but having used ESLint in the past, it seems to
make a better job at enforcing rules and also auto-fixing small mishaps.

I've picked standardjs.com as the basis for the JavaScript style, with
one omission -- unlike standardjs, js-jose will still use semicolons
everywhere (happy to change it, but seemed like a bigger change that
could happen in a separate PR).
@alokmenghrajani alokmenghrajani merged commit fc1ff0f into master Jul 16, 2019
@alokmenghrajani alokmenghrajani deleted the mbyczkowski/use-eslint branch July 16, 2019 22:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants