I want to make a linter rule for our team that you are not permitted to name a variable "data"

const data = JSON.parse(message)

#ffs #amCoding