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

Add ESLint and fix lint errors #20

Merged
merged 2 commits into from
Aug 26, 2015
Merged

Conversation

bryanrsmith
Copy link
Contributor

Opening for review. Do not merge. Still needs:

this._first = null;
this._second = null;
this._third = null;
this._rest = null;
}

decorator(decorator:Function):DecoratorApplicator{
if(this._first === null){
decorator(decorator: Function): DecoratorApplicator {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint can't validate the whitespace around the type annotations, so decorator(decorator:Function) won't generate a failure. I added spaces after colons for type annotations because it seems more internally consistent with the rest of the formatting rules.

@EisenbergEffect
Copy link
Contributor

@bryanrsmith Looks like all dependencies are checked now. Can you rebase and make a recommendation to merge the new style checks?

@bryanrsmith
Copy link
Contributor Author

@EisenbergEffect All set.

@EisenbergEffect EisenbergEffect merged commit 9af02b0 into aurelia:master Aug 26, 2015
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.

2 participants