#!/bin/bash
bindir=$( cd "${BASH_SOURCE[0]%/*}" && pwd )
"$bindir"/markdownlint ./*.md
"$bindir"/markdownlint ./**/*.md --ignore node_modules/