Linter ignore

Is it possible to turn off warnings and errors from the client side?
Something like /* eslint semi: “off” */

I saw this editor on a few sites, and always wanted to disable arrow-functions warning

The editor doesn’t show linting warnings by default. I’m not sure what kind of sites you were at, and which version of ESLint they were loading, so I can’t say much about how you might turn it off.

Thanks. I wasn’t sure if it has it’s own linter. It was JSHint and seems like very old on one of the sites.