release an updated browserify build
See original GitHub issueHey,
I’m running eslint in a browser along with monaco-editor (an online ide). I saw there’s a browserify build (https://github.com/eslint/eslint/blob/master/package.json#L20), but it’s not being released as part of the eslint npm package. I was able to find eslint-browserify (https://www.npmjs.com/package/eslint-browserify) but the last time it was released was 2 years ago.
Can we manually release a new and updated version for eslint-browserify and possibly make a release part of the regular release cycle for future builds? If not, is there anything I can do other than to clone eslint and build it myself?
I will be happy to make a PR to support that, please let me know if any of this makes sense.
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
how to build modular applications with browserify - GitHub
introduction. This document covers how to use browserify to build modular applications. cc-by-3.0. browserify is a tool for compiling node-flavored commonjs ...
Read more >Browserify
Browserify is elegant and fast. It makes frontend development fun again! That's why we used it to build Yahoo's new HTML5 video player....
Read more >Publishing your first Browserify/Node module
Tutorial for get started with Browserify, and how to publish your first module to NPM.
Read more >npm i and npm update breaking gulp, browserify builds
The process of fixing this went as follows: Uninstall node and npm. If using Homebrew, simply do brew uninstall node.
Read more >Getting Started with Browserify - SitePoint
Browserify allows us to use node.js style modules in the browser. We define dependencies and then Browserify bundles it all up into a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Playground for eslint-plugin-vue might help you. This site is using
monaco-editorandeslinttogether.Thank you @mysticatea, I was able to use
webpackto bundleeslintand it works nicely 😃