/frontend-linter

script that adds different kinds of frontend linters to a website

Primary LanguageJavaScript

Frontend linter

Script that adds different kinds of frontend linters to a website.

Currently the following linters are added

Usage

Including it permanently

Add the following right before the closing </body> tag:

<script
  src="https://factorial-io.github.io/frontend-linter/index.js"
  defer
></script>

Including it on demand

Minify the code from index.js (e.g. on https://minify-js.com/) and create a bookmark in your browser with the following url: javascript:(function(){...})(); (replace ... with the minified code)