Skip to content

Instantly share code, notes, and snippets.

@sillero
Created November 7, 2012 16:30
Show Gist options
  • Save sillero/4032637 to your computer and use it in GitHub Desktop.
Save sillero/4032637 to your computer and use it in GitHub Desktop.
Sublimelinter - remove 'missing radix' warning for parseInt

comment out these lines in jshint.js and jslint.js

if (left.value === "parseInt" && n === 1) {
    warning("Missing radix parameter.", token);
}

that's it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment