chore: update rule meta to satisfiy lint rules by 43081j · Pull Request #621 · github/eslint-plugin-github

@43081j

Updates a few things in rule meta so the linter is happy:

- Some descriptions didn't follow the naming convention (`enforce`,
  `require`, etc)
- Some rules had no `type`, so these were set to `problem`
- Some rules had no `recommended`, so these were set to if they are in
  the recommended config or not
- Message IDs have been used instead of messages

keithamus