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 last lint in src/plugins/dragresize.js (prefer-rest-params) #1036

Merged
merged 1 commit into from
Jan 30, 2019
Merged

Fix last lint in src/plugins/dragresize.js (prefer-rest-params) #1036

merged 1 commit into from
Jan 30, 2019

Conversation

wincent
Copy link
Contributor

@wincent wincent commented Jan 30, 2019

src/plugins/dragresize.js
  541:18  error  Use the rest parameters instead of 'arguments'  prefer-rest-params

Test plan: npm run dev && npm run build && npm run start, check demo.

Related: #990

```
src/plugins/dragresize.js
  541:18  error  Use the rest parameters instead of 'arguments'  prefer-rest-params
```

Test plan: `npm run dev && npm run build && npm run start`, check demo.

Related: #990
@julien
Copy link
Contributor

julien commented Jan 30, 2019

Just started reviewing :)

:octocat: Sent from GH.

@julien julien merged commit 08b34e8 into liferay:2.x-develop Jan 30, 2019
@wincent wincent deleted the lint/n+25 branch January 30, 2019 15:58
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