UNPKG
sign-bunny
Version:
latest (1.0.0)
1.0.0
A package to create a sign bunny character.
github.com/ryanbahniuk/sign-bunny
ryanbahniuk/sign-bunny
sign-bunny
/
.eslintrc
8 lines
•
107 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"env"
: {
"node"
:
true
,
"commonjs"
:
true
,
"es6"
:
true
},
extends
:
"eslint:recommended"
}