UNPKG
is-multiple-of-5
Version:
latest (1.0.0)
1.0.0
Is `value` a multiple of 5?
github.com/fizzbuzz-npm/is-multiple-of-5
buzzbuzz-npm/is-multiple-of-5
is-multiple-of-5
/
.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
}
}