UNPKG

solemn-js

Version:

Detects inappropriate language in your JS code.

14 lines (11 loc) 196 B
// this is not a profane comment var good = 'good'; // fuck this is a bad comment var crap = 'good'; var a = 'damn'; function shitty() { return false; } function fine() { return true; }