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

Remove 'use strict'; from snippets. #18

Merged
merged 1 commit into from Jun 10, 2016
Merged

Remove 'use strict'; from snippets. #18

merged 1 commit into from Jun 10, 2016

Conversation

Sekhmet
Copy link
Contributor

@Sekhmet Sekhmet commented May 22, 2016

Snippets are using ES6 syntax, so there is no need to additionally force strict mode with 'use strict';. It causes linter errors, so you have to remove them by hand. That's not cool with snippets.

Snippets are using ES6 syntax, so there is no need to additionally force strict mode with `'use strict';`. It causes linter errors, so you have to remove them by hand. That's not cool with snippets.
@webbushka
Copy link
Owner

works for me

@webbushka webbushka merged commit 065f581 into webbushka:master Jun 10, 2016
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.

None yet

2 participants