Browse Source

tools: fix style issue after eslint update

PR-URL: https://github.com/nodejs/io.js/pull/2286
Reviewed-By: Roman Reiss <me@silverwind.io>
v5.x
Michaël Zasso 9 years ago
committed by Rod Vagg
parent
commit
49ea0a29d0
  1. 6
      tools/eslint-rules/required-modules.js

6
tools/eslint-rules/required-modules.js

@ -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…
Cancel
Save