Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate #72

Open
uipoet opened this issue Mar 17, 2014 · 3 comments
Open

Deprecate #72

uipoet opened this issue Mar 17, 2014 · 3 comments

Comments

@uipoet
Copy link
Owner

uipoet commented Mar 17, 2014

The Sublime Linter (with JSHint plugin) now supports all that sublime-jshint does and more, namely inline column highlighting of lines with errors.

The maintainers of sublime-jshint have decided it's time to step aside and recommend this alternative, making the decision of how to lint JavaScript in Sublime a simpler one.

We'll be updating the Readme.md and removing our source code accordingly.

@philippotto
Copy link

I think, it would be good to update the readme.

@stevage
Copy link

stevage commented Sep 7, 2015

@uipoet Yes, please do. Just spent a while trying to diagnose this error:

Sublime Text 3/Packages/JSHint/reporter.js:29
      buffer += numberWang((error.line + error.character.toString()).length) +
                                                        ^
TypeError: Cannot read property 'toString' of undefined
    at /Users/stevebennett/Library/Application Support/Sublime Text 3/Packages/JSHint/reporter.js:29:57
    at Array.forEach (native)
    at exports.reporter (/Users/stevebennett/Library/Application Support/Sublime Text 3/Packages/JSHint/reporter.js:25:12)
    at Object.exports.run (/Users/stevebennett/npm/lib/node_modules/jshint/src/cli.js:654:35)
    at Object.exports.interpret (/Users/stevebennett/npm/lib/node_modules/jshint/src/cli.js:737:18)
    at Object.<anonymous> (/Users/stevebennett/npm/lib/node_modules/jshint/bin/jshint:3:26)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)

had no idea it was deprecated...

@eventuallyc0nsistent
Copy link

@uipoet please update the README. I had the same issue as @stevage mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants