tools: fix style issue after eslint update

PR-URL: https://github.com/nodejs/io.js/pull/2286
Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
Michaël Zasso 2016-01-13 19:55:02 +01:00 committed by Roman Reiss
parent 7ce0e04f44
commit ec8e0ae697

View File

@ -93,9 +93,9 @@ module.exports = function(context) {
module.exports.schema = {
'type': 'array',
'items': [
{
'enum': [0, 1, 2]
}
{
'enum': [0, 1, 2]
}
],
'additionalItems': {
'type': 'string'