Skip to content

Instantly share code, notes, and snippets.

@debbbbie
Created May 4, 2016 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debbbbie/67de61aa77650553162c6fbc59e8f056 to your computer and use it in GitHub Desktop.
Save debbbbie/67de61aa77650553162c6fbc59e8f056 to your computer and use it in GitHub Desktop.
bootlint
javascript: (function() {
var s = document.createElement("script");
s.onload = function() {
bootlint.showLintReportForCurrentDocument([]);
};
s.src = "https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";
document.body.appendChild(s)
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment