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:
parent
7ce0e04f44
commit
ec8e0ae697
@ -93,9 +93,9 @@ module.exports = function(context) {
|
|||||||
module.exports.schema = {
|
module.exports.schema = {
|
||||||
'type': 'array',
|
'type': 'array',
|
||||||
'items': [
|
'items': [
|
||||||
{
|
{
|
||||||
'enum': [0, 1, 2]
|
'enum': [0, 1, 2]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'additionalItems': {
|
'additionalItems': {
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user