Skip to content

Commit

Permalink
Add warn exampleDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 29, 2022
1 parent 0c56ab4 commit 692cc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/normalize/lib/keywords/list/warn.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const main = function (definition) {
export default {
name: 'warn',
hasInput: true,
exampleDefinition: 'is deprecated. Please use "otherProperty" instead.',
normalize: normalizeString,
main,
}

0 comments on commit 692cc8a

Please sign in to comment.