I get this tslint error, which I don't understand why. The interface does start with a capital letter.
29 col 11 error| interface name must start with a capitalized I (interface-name) [typescript/tslint]
S> 29 interface Props {
30 answerQuestion: (answerQuestion: AnswerQuestion) => void;