It does not put the semicolon at the end of line. For example import React from 'react' function Badge() { return ( <div> </div> ) } Can I solve the problem?