Skip to content

lint: add semicolons automatically#3562

Closed
hiroppy wants to merge 1 commit into
expressjs:masterfrom
hiroppy:feature/use-semi
Closed

lint: add semicolons automatically#3562
hiroppy wants to merge 1 commit into
expressjs:masterfrom
hiroppy:feature/use-semi

Conversation

@hiroppy

@hiroppy hiroppy commented Feb 13, 2018

Copy link
Copy Markdown
Contributor

Used Eslint's fix option.

And I would like to add a "semi": ["error", "always"] after #3561 is merged.

@dougwilson

Copy link
Copy Markdown
Contributor

There are missing semicolons because we are changing to StandardJS style https://github.com/expressjs/express/blob/master/Collaborator-Guide.md

@dougwilson dougwilson closed this Feb 13, 2018
@hiroppy
hiroppy deleted the feature/use-semi branch February 13, 2018 19:26
@hiroppy

hiroppy commented Feb 13, 2018

Copy link
Copy Markdown
Contributor Author

@dougwilson Oh ok, should we delete all semicolons?

@dougwilson

Copy link
Copy Markdown
Contributor

As long as doing so will not create merge conflicts between the open PRs and master. And also no merge conflicts between master and the 5.0 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants