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

Fix 3 lints in src/core/uicore.js #1020

Merged
merged 1 commit into from
Jan 29, 2019
Merged

Fix 3 lints in src/core/uicore.js #1020

merged 1 commit into from
Jan 29, 2019

Conversation

wincent
Copy link
Contributor

@wincent wincent commented Jan 29, 2019

src/core/uicore.js
   99:54  error  'event' is defined but never used. Allowed unused args must match /^_/  no-unused-vars
  135:5   error  Unexpected var, use let or const instead                                no-var
  154:34  error  'event' is defined but never used. Allowed unused args must match /^_/  no-unused-vars

Usual tests: npm run dev && npm run test && npm run start and check in demo that things work and no errors in console.

Related: #990

```
src/core/uicore.js
   99:54  error  'event' is defined but never used. Allowed unused args must match /^_/  no-unused-vars
  135:5   error  Unexpected var, use let or const instead                                no-var
  154:34  error  'event' is defined but never used. Allowed unused args must match /^_/  no-unused-vars
```

Usual tests: `npm run dev && npm run test && npm run start` and check in
demo that things work and no errors in console.

Related: #990
@julien
Copy link
Contributor

julien commented Jan 29, 2019

Just started reviewing :)

:octocat: Sent from GH.

@julien julien merged commit 5eee1d4 into liferay:2.x-develop Jan 29, 2019
@wincent wincent deleted the lint/n+12 branch January 29, 2019 15:52
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