question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

release an updated browserify build

See original GitHub issue

Hey,

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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mysticateacommented, Dec 12, 2017

Playground for eslint-plugin-vue might help you. This site is using monaco-editor and eslint together.

0reactions
ronamicommented, Dec 12, 2017

Thank you @mysticatea, I was able to use webpack to bundle eslint and it works nicely 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found