UNPKG
solemn-js
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Detects inappropriate language in your JS code.
github.com/willynilly/solemn-js
willynilly/solemn-js
solemn-js
/
test
/
fixtures
/
script.js
14 lines
(11 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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
; }