UNPKG
jsfuckify
Version:
latest (0.0.1)
0.0.1
0.0.0
Browserify transformer and CLI to convert normal JS into JSFuck
jsfuckify
/
.eslintrc
12 lines
(11 loc)
•
207 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"./node_modules/eslint-config/.eslintrc"
,
"parser"
:
"babel-eslint"
,
"globals"
:
{
"before"
:
true
,
"beforeEach"
:
true
,
"describe"
:
true
,
"it"
:
true
,
"expect"
:
true
}
}