Skip to content
Prev Previous commit
Next Next commit
refactor: add missing properties to option definition
  • Loading branch information
Mussin Benarbia committed Dec 4, 2023
commit 0f2e07337097c12c301c479ea1ac3e85a0396ec3
6 changes: 4 additions & 2 deletions lib/rules/no-template-shadow.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ module.exports = {
type: 'array',
items: {
type: 'string'
}
},
uniqueItems: true
}
}
},
additionalProperties: false
}
],
messages: {
Expand Down