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

Could you bump standard to the latest version (5.3.1) please? #65

Closed
michaelgilley opened this issue Oct 26, 2015 · 3 comments
Closed

Comments

@michaelgilley
Copy link

Thanks!

Makes a difference:

// Standard 5.2.1 says this is all clean
// Standard 5.3.1 reports correctly 'Unexpected whitespace before semicolon'
for (var _y = moment().format('YYYY'); _y >= 1924 ; --_y) {
  su.yearOptions.push({year: _y, abbrev: _y})
}
@kilianc
Copy link

kilianc commented Dec 21, 2015

+1

@tonyghita
Copy link

There is a pull-request out for upgrading standard to the latest: #89

@ricardofbarros
Copy link
Owner

Hello guys, @devtristan PR fixed this. From now this package will try to use the local standard (project's node_modules/) instead of the bin inside it. Many thanks to @devtristan

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

No branches or pull requests

4 participants