Is there a version of Bootlint for Bootstrap 4, if so, where can I get it

Hi I currently use bootlint but the latest version I could find was for Bootlint 3 - it kinda works with v4 but you have to ignore certain errors and I’m sure it is missing others.

I’m using

javascript:(function(){var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([]);};s.src="https://stackpath.bootstrapcdn.com/bootlint/1.0.0/bootlint.min.js";document.body.appendChild(s)})();

Anything better for bootstrap 4 please ?

Sorry I don’t use bootlint so don’t know much about it but from the documentation it looks as though someone is slowly working on v4 but seems to have stalled.

I just use the w3c css and html validators and there are also a number of js linters around if you google them. :slight_smile:

At the end of the day bootstrap is just html, css & JS anyway :wink:

@PaulOB - Cheers dude

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.