Why does eslint complain when checking the attached index.html file? The index.html file: <!DOCTYPE html> <html> </html>
The command: eslint index.html Response: 1:2 error Parsing error: Unexpected token 1 problem (1 error, 0 warnings) I realise that this seems so basic, so I must be missing out on something essential. I am running eslint v3.4.0 on windows 10 Please advise -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
