Skip to content

Commit 3e85116

Browse files
author
spalger
committed
add errorMessage to no-restricted-paths validation
1 parent 54fe71d commit 3e85116

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/kbn-eslint-plugin-eslint/rules/no_restricted_paths.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ module.exports = {
7777
anyOf: [{ type: 'string' }, { type: 'array', items: { type: 'string' } }],
7878
},
7979
allowSameFolder: { type: 'boolean' },
80+
errorMessage: { type: 'string' },
8081
},
8182
additionalProperties: false,
8283
},

0 commit comments

Comments
 (0)