Skip to content

Commit

Permalink
Add a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvr committed Oct 26, 2015
1 parent e58f672 commit e758ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -46,7 +46,7 @@ module.exports = function (grunt) {

grunt.initConfig({});
grunt.registerTask('default', []);
}
};
```


Expand Down

4 comments on commit e758ed4

@arthurvr
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sindresorhus Is there a way we can make XO lint js readme examples?

@sindresorhus
Copy link
Owner

Choose a reason for hiding this comment

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

I'm sure there's a way, but currently it does not. Open an issue ;)

@catalinmiron
Copy link

Choose a reason for hiding this comment

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

Insane mode!

@sindresorhus
Copy link
Owner

Choose a reason for hiding this comment

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

For reference: xojs/xo#45

Please sign in to comment.