Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #38 - add a semicolon rule in eslintrc.js #39

Closed
wants to merge 1 commit into from
Closed

update #38 - add a semicolon rule in eslintrc.js #39

wants to merge 1 commit into from

Conversation

Jiwoo22
Copy link
Contributor

@Jiwoo22 Jiwoo22 commented Oct 30, 2020

updates #38
This PR fixes a semicolon issue during npm run lint.

Example of error
Screen Shot 2020-10-29 at 6 46 55 PM

Should I change this in this repo or in https://github.com/krakenjs/grumbler-scripts/blob/master/config/.eslintrc-browser.js?

@Jiwoo22 Jiwoo22 requested a review from a team as a code owner October 30, 2020 01:59
@bluepnume
Copy link
Collaborator

Hi @jchoi136 -- this rule is enabled by design.

But per my question at #38 -- are you sure this isn't happening for you because of local changes? Right now there are no failures for master branch in travis due to this rule...

@songz
Copy link

songz commented Oct 31, 2020

this rule is enabled by design what does this mean?

Seems like the code has semicolons. This change makes it explicit that having semicolons should not trigger errors. Wouldn't it be better to make this explicit?

@bluepnume
Copy link
Collaborator

@songz -- as in, it's enabled intentionally.

All of the rules are set here: https://github.com/krakenjs/grumbler-scripts/blob/master/config/.eslintrc.js#L236

Not sure what you mean by "make this explicit" -- the rule is explicitly turned on in this shared config.

@bluepnume bluepnume closed this Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants