Skip to content

Commit

Permalink
add errorMessage to no-restricted-paths validation
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 18, 2019
1 parent 54fe71d commit 3e85116
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ module.exports = {
anyOf: [{ type: 'string' }, { type: 'array', items: { type: 'string' } }],
},
allowSameFolder: { type: 'boolean' },
errorMessage: { type: 'string' },
},
additionalProperties: false,
},
Expand Down

0 comments on commit 3e85116

Please sign in to comment.