You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESLint is a npm library that requires Node.js and is generally meant to be used on the server side. Tried using webpack to generate a browser-compatible version but it fails since it looks for some Node APIs.
Theoretically it's possible to have ESLint packaged (they have a demo on their website as well), but I don't know what that is.
Originally posted by @eliandoran in 703a700
some quick research:
eslint/eslint#15733
https://github.com/eslint/eslint/blob/main/webpack.config.js
https://www.npmjs.com/package/eslint-linter-browserify
The text was updated successfully, but these errors were encountered: