UNPKG
string-fizz
Version:
latest (1.0.0)
1.0.0
The string "fizz"
github.com/fizzbuzz-npm/string-fizz
fizzbuzz-npm/string-fizz
string-fizz
/
.eslintrc
8 lines
(7 loc)
•
95 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"eslint:recommended"
,
"env"
:
{
"node"
:
true
,
"es6"
:
true
}
}