53:6 error 'jQuery' is not defined no-undef 54:1 error Expected an assignment or function call and instead saw an expression no-unused-expressions code example
Example: Line 7:13: Expected an assignment or function call and instead saw an expression no-unused-expressions
const Button = () => {
return <button>Hello world</button>
}