Write a new rule to forbid the following, similar to our `throw-error` rule or typescript-eslint's `only-throw-error` rule. ```ts subject.error('Kaboom!'); ```